mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-05 21:04:23 +00:00
lxc_unshare: edit help output
Signed-off-by: Michael Santos <michael.santos@gmail.com> Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
This commit is contained in:
parent
f3bc28bd61
commit
76f74594a1
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user