aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2023-01-13 21:40:19 +0000
committerLibravatar GitHub <noreply@github.com>2023-01-13 21:40:19 +0000
commit64126f7c79eabab41d4b8cc9ead377874c62c530 (patch)
tree405e4c560a5f2f550d40fa0235826aa98b4179b2
parentbump release date (diff)
downloadfirejail-rusty-snake-patch-1.tar.gz
firejail-rusty-snake-patch-1.tar.zst
firejail-rusty-snake-patch-1.zip
Remove --profile-path from --helprusty-snake-patch-1
Fixes #5585
-rw-r--r--src/firejail/usage.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/firejail/usage.c b/src/firejail/usage.c
index 04c586f79..0a4c8a483 100644
--- a/src/firejail/usage.c
+++ b/src/firejail/usage.c
@@ -212,7 +212,6 @@ static char *usage_str =
212 " --private-srv=file,directory - build a new /srv in a temporary filesystem.\n" 212 " --private-srv=file,directory - build a new /srv in a temporary filesystem.\n"
213 " --profile=filename|profile_name - use a custom profile.\n" 213 " --profile=filename|profile_name - use a custom profile.\n"
214 " --profile.print=name|pid - print the name of profile file.\n" 214 " --profile.print=name|pid - print the name of profile file.\n"
215 " --profile-path=directory - use this directory to look for profile files.\n"
216 " --protocol=protocol,protocol,protocol - enable protocol filter.\n" 215 " --protocol=protocol,protocol,protocol - enable protocol filter.\n"
217 " --protocol.print=name|pid - print the protocol filter.\n" 216 " --protocol.print=name|pid - print the protocol filter.\n"
218#ifdef HAVE_FILE_TRANSFER 217#ifdef HAVE_FILE_TRANSFER