]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
prlimit: remove bogus instructions
authorDavidlohr Bueso <dave@gnu.org>
Mon, 23 Apr 2012 10:05:25 +0000 (12:05 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 23 Apr 2012 10:05:25 +0000 (12:05 +0200)
Signed-off-by: Davidlohr Bueso <dave@gnu.org>
sys-utils/prlimit.c

index 12271a0790722ca48639c7a4831e435b4a55067b..7e52a2d9c725c2c96fd0135ef2ba58d5a14975b3 100644 (file)
@@ -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)