aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-04-20 14:18:08 +0200
committerLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-04-20 14:18:08 +0200
commitb99466a26ca2b4e0957b393bacc4b35aa47ff92a (patch)
tree1f8d7a018c8aa333f01152b994ddaae3610cb829 /src
parentUpdate code.profile (diff)
downloadfirejail-b99466a26ca2b4e0957b393bacc4b35aa47ff92a.tar.gz
firejail-b99466a26ca2b4e0957b393bacc4b35aa47ff92a.tar.zst
firejail-b99466a26ca2b4e0957b393bacc4b35aa47ff92a.zip
typo and merges
Diffstat (limited to 'src')
-rw-r--r--src/firejail/usage.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/firejail/usage.c b/src/firejail/usage.c
index 993ba92bb..598fbe336 100644
--- a/src/firejail/usage.c
+++ b/src/firejail/usage.c
@@ -103,7 +103,7 @@ static char *usage_str =
103 " --machine-id - preserve /etc/machine-id\n" 103 " --machine-id - preserve /etc/machine-id\n"
104#ifdef HAVE_SECCOMP 104#ifdef HAVE_SECCOMP
105 " --memory-deny-write-execute - seccomp filter to block attempts to create\n" 105 " --memory-deny-write-execute - seccomp filter to block attempts to create\n"
106 "\tmemory mappings that are both writable and executable.\n" 106 "\tmemory mappings that are both writable and executable.\n"
107#endif 107#endif
108#ifdef HAVE_NETWORK 108#ifdef HAVE_NETWORK
109 " --mtu=number - set interface MTU.\n" 109 " --mtu=number - set interface MTU.\n"
@@ -140,7 +140,7 @@ static char *usage_str =
140 " --noautopulse - disable automatic ~/.config/pulse init.\n" 140 " --noautopulse - disable automatic ~/.config/pulse init.\n"
141 " --novideo - disable video devices.\n" 141 " --novideo - disable video devices.\n"
142 " --nou2f - disable U2F devices.\n" 142 " --nou2f - disable U2F devices.\n"
143 " --nowhitelist=filename - disable whitelist for file or directory .\n" 143 " --nowhitelist=filename - disable whitelist for file or directory.\n"
144 " --output=logfile - stdout logging and log rotation.\n" 144 " --output=logfile - stdout logging and log rotation.\n"
145 " --output-stderr=logfile - stdout and stderr logging and log rotation.\n" 145 " --output-stderr=logfile - stdout and stderr logging and log rotation.\n"
146 " --overlay - mount a filesystem overlay on top of the current filesystem.\n" 146 " --overlay - mount a filesystem overlay on top of the current filesystem.\n"