]> git.proxmox.com Git - mirror_lxc.git/commitdiff
lxc_unshare: edit help output
authorMichael Santos <michael.santos@gmail.com>
Sat, 19 Mar 2011 15:09:44 +0000 (11:09 -0400)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Tue, 22 Mar 2011 14:04:52 +0000 (15:04 +0100)
Signed-off-by: Michael Santos <michael.santos@gmail.com>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
src/lxc/lxc_unshare.c

index a82490eefb8ad57c0547567581829cd3ed4e871a..eb93c89dbda88ee6eea56b801fe77bdae37733c2 100644 (file)
@@ -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);
 }