summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-03-22 17:52:25 +0000
committerGitHub <noreply@github.com>2022-03-22 17:52:25 +0000
commit920c88e0badf314b02cd2d6a2fbae1dae853b24e (patch)
treecb1591e38a9b0905e1abf342aae440dcc97b2c56
parent90e46b5ee3afda2e29c6f393cf265064116f6894 (diff)
parent0affc2464bb599441191f84de7b3bf15ac1dec42 (diff)
downloadbubblewrap-920c88e0badf314b02cd2d6a2fbae1dae853b24e.tar.gz
Merge pull request #482 from rusty-snake/fix-add-seccomp-fd
Fix --add-seccomp-fd argument name in usage
-rw-r--r--bubblewrap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bubblewrap.c b/bubblewrap.c
index 2f2fca5..be6b81a 100644
--- a/bubblewrap.c
+++ b/bubblewrap.c
@@ -330,7 +330,7 @@ usage (int ecode, FILE *out)
" --ro-bind-data FD DEST Copy from FD to file which is readonly bind-mounted on DEST\n"
" --symlink SRC DEST Create symlink at DEST with target SRC\n"
" --seccomp FD Load and use seccomp rules from FD (not repeatable)\n"
- " --add-seccomp FD Load and use seccomp rules from FD (repeatable)\n"
+ " --add-seccomp-fd FD Load and use seccomp rules from FD (repeatable)\n"
" --block-fd FD Block on FD until some data to read is available\n"
" --userns-block-fd FD Block on FD until the user namespace is ready\n"
" --info-fd FD Write information about the running container to FD\n"