From: Davidlohr Bueso <dave@xxxxxxx> usage() is noreturn! Signed-off-by: Davidlohr Bueso <dave@xxxxxxx> --- sys-utils/prlimit.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/sys-utils/prlimit.c b/sys-utils/prlimit.c index 12271a0..7e52a2d 100644 --- a/sys-utils/prlimit.c +++ b/sys-utils/prlimit.c @@ -585,7 +585,6 @@ int main(int argc, char **argv) break; case 'h': usage(stdout); - break; case 'o': ncolumns = string_to_idarray(optarg, columns, ARRAY_SIZE(columns), @@ -609,7 +608,6 @@ int main(int argc, char **argv) default: usage(stderr); - break; } } if (argc > optind && pid) -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html