aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-01-13 20:14:55 -0500
committerLibravatar GitHub <noreply@github.com>2023-01-13 20:14:55 -0500
commit16fc10fc343d36e483299e69f29d41d6aa207c41 (patch)
tree405e4c560a5f2f550d40fa0235826aa98b4179b2
parentbump release date (diff)
parentRemove --profile-path from --help (diff)
downloadfirejail-16fc10fc343d36e483299e69f29d41d6aa207c41.tar.gz
firejail-16fc10fc343d36e483299e69f29d41d6aa207c41.tar.zst
firejail-16fc10fc343d36e483299e69f29d41d6aa207c41.zip
Merge pull request #5586 from netblue30/rusty-snake-patch-1
Remove --profile-path from --help
-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