Signed-off-by: Michael Santos <michael.san...@gmail.com> --- src/lxc/lxc_unshare.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/lxc/lxc_unshare.c b/src/lxc/lxc_unshare.c index a82490e..eb93c89 100644 --- a/src/lxc/lxc_unshare.c +++ b/src/lxc/lxc_unshare.c @@ -46,10 +46,10 @@ void usage(char *cmd) { fprintf(stderr, "%s <options> [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 <id> : new id to be set if -s USER is specified\n"); - fprintf(stderr, "\t if -f or -s PID is specified, <command> is mandatory)\n"); + fprintf(stderr, "\t if -s PID is specified, <command> is mandatory)\n"); _exit(1); } -- 1.7.0.4 ------------------------------------------------------------------------------ Colocation vs. Managed Hosting A question and answer guide to determining the best fit for your organization - today and in the future. http://p.sf.net/sfu/internap-sfd2d _______________________________________________ Lxc-devel mailing list Lxc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/lxc-devel