]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
fsck: add "--" to usage()
authorKarel Zak <kzak@redhat.com>
Wed, 30 Jan 2013 14:29:12 +0000 (15:29 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 30 Jan 2013 14:29:12 +0000 (15:29 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
disk-utils/fsck.c

index 0d3fe5f595b79b0b3d15f4647ce92cd799f5d65f..e0aeedfc030bacba8cdbeba275fc988e2f368317 100644 (file)
@@ -1296,7 +1296,7 @@ static int check_all(void)
 static void __attribute__((__noreturn__)) usage(void)
 {
        printf(_("\nUsage:\n"));
-       printf(_(" %s [options] [fs-options] [<filesystem>...]\n"),
+       printf(_(" %s [options] -- [fs-options] [<filesystem>...]\n"),
                 program_invocation_short_name);
 
        puts(_( "\nOptions:\n"));