Skip to content

Commit

Permalink
Fix copy/paste error in help for --pidns
Browse files Browse the repository at this point in the history
--pidns acts on a pid namespace, not a user namespace.

Resolves: #531
Thanks: hadess
Signed-off-by: Simon McVittie <[email protected]>
  • Loading branch information
smcv committed Oct 27, 2022
1 parent ddc431a commit 7391152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bubblewrap.c
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ usage (int ecode, FILE *out)
" --unshare-cgroup-try Create new cgroup namespace if possible else continue by skipping it\n"
" --userns FD Use this user namespace (cannot combine with --unshare-user)\n"
" --userns2 FD After setup switch to this user namespace, only useful with --userns\n"
" --pidns FD Use this user namespace (as parent namespace if using --unshare-pid)\n"
" --pidns FD Use this pid namespace (as parent namespace if using --unshare-pid)\n"
" --uid UID Custom uid in the sandbox (requires --unshare-user or --userns)\n"
" --gid GID Custom gid in the sandbox (requires --unshare-user or --userns)\n"
" --hostname NAME Custom hostname in the sandbox (requires --unshare-uts)\n"
Expand Down

0 comments on commit 7391152

Please sign in to comment.