From: Michael Santos Date: Sat, 19 Mar 2011 15:09:44 +0000 (-0400) Subject: lxc_unshare: edit help output X-Git-Tag: lxc-0.7.5~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76f74594a176fe1591c5e6910c08a80364ff8640;p=thirdparty%2Flxc.git lxc_unshare: edit help output Signed-off-by: Michael Santos Signed-off-by: Daniel Lezcano --- diff --git a/src/lxc/lxc_unshare.c b/src/lxc/lxc_unshare.c index a82490eef..eb93c89db 100644 --- a/src/lxc/lxc_unshare.c +++ b/src/lxc/lxc_unshare.c @@ -46,10 +46,10 @@ void usage(char *cmd) { fprintf(stderr, "%s [command]\n", basename(cmd)); fprintf(stderr, "Options are:\n"); - fprintf(stderr, "\t -s flags: Ored list of flags to unshare:\n" \ + fprintf(stderr, "\t -s flags: ORed list of flags to unshare:\n" \ "\t MOUNT, PID, UTSNAME, IPC, USER, NETWORK\n"); fprintf(stderr, "\t -u : new id to be set if -s USER is specified\n"); - fprintf(stderr, "\t if -f or -s PID is specified, is mandatory)\n"); + fprintf(stderr, "\t if -s PID is specified, is mandatory)\n"); _exit(1); }