From: Karel Zak Date: Tue, 27 Sep 2011 11:26:45 +0000 (+0200) Subject: pivot_root: minor changes to usage() X-Git-Tag: v2.21-rc1~398 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=431772c5a94fb284b3e4c042391a8388e4e03bd6;p=thirdparty%2Futil-linux.git pivot_root: minor changes to usage() Signed-off-by: Karel Zak --- diff --git a/sys-utils/pivot_root.c b/sys-utils/pivot_root.c index db8e02f0c9..044aab2267 100644 --- a/sys-utils/pivot_root.c +++ b/sys-utils/pivot_root.c @@ -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)"));