]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
pivot_root: minor changes to usage()
authorKarel Zak <kzak@redhat.com>
Tue, 27 Sep 2011 11:26:45 +0000 (13:26 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 27 Sep 2011 11:26:45 +0000 (13:26 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/pivot_root.c

index db8e02f0c900c09942f42f93fb583657161af791..044aab22671ebd482c8e6c4cd3a0405ee978a4e3 100644 (file)
@@ -31,7 +31,7 @@ static void __attribute__ ((__noreturn__)) usage(FILE * out)
        fprintf(out, USAGE_HEADER);
        fprintf(out, _(" %s [options] new_root put_old\n"),
                program_invocation_short_name);
-       fprintf(out, USAGE_SEPARATOR);
+       fprintf(out, USAGE_OPTIONS);
        fprintf(out, USAGE_HELP);
        fprintf(out, USAGE_VERSION);
        fprintf(out, USAGE_MAN_TAIL("pivot_root(8)"));