summaryrefslogtreecommitdiffstats
path: root/sys-utils/pivot_root.c
diff options
context:
space:
mode:
authorKarel Zak2011-09-27 13:26:45 +0200
committerKarel Zak2011-09-27 13:26:45 +0200
commit431772c5a94fb284b3e4c042391a8388e4e03bd6 (patch)
tree8b0da5eedbeea55140dc6aa6f5d12c73e9e632d1 /sys-utils/pivot_root.c
parentipcs: minor changes to usage() (diff)
downloadkernel-qcow2-util-linux-431772c5a94fb284b3e4c042391a8388e4e03bd6.tar.gz
kernel-qcow2-util-linux-431772c5a94fb284b3e4c042391a8388e4e03bd6.tar.xz
kernel-qcow2-util-linux-431772c5a94fb284b3e4c042391a8388e4e03bd6.zip
pivot_root: minor changes to usage()
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/pivot_root.c')
-rw-r--r--sys-utils/pivot_root.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/pivot_root.c b/sys-utils/pivot_root.c
index db8e02f0c..044aab226 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)"));