summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-04-21 17:14:16 +0200
committerLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-04-21 17:14:16 +0200
commit1cce4f41633ceba67bf94390cdb680b7a0b21c1e (patch)
treea27d0c289dbaf06cf90a79f260e57200b6a12ca0
parentmoving to rc2 (diff)
downloadfirejail-1cce4f41633ceba67bf94390cdb680b7a0b21c1e.tar.gz
firejail-1cce4f41633ceba67bf94390cdb680b7a0b21c1e.tar.zst
firejail-1cce4f41633ceba67bf94390cdb680b7a0b21c1e.zip
typo
-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 598fbe336..7620bba82 100644
--- a/src/firejail/usage.c
+++ b/src/firejail/usage.c
@@ -174,9 +174,9 @@ static char *usage_str =
174 "\tcontainer.\n" 174 "\tcontainer.\n"
175#endif 175#endif
176 " --quiet - turn off Firejail's output.\n" 176 " --quiet - turn off Firejail's output.\n"
177 " --read-only=filename - set directory or file read-only..\n" 177 " --read-only=filename - set directory or file read-only.\n"
178 " --read-write=filename - set directory or file read-write.\n" 178 " --read-write=filename - set directory or file read-write.\n"
179 " --rlimit-as=number - set the maximum size of the process's virtual memory\n" 179 " --rlimit-as=number - set the maximum size of the process's virtual memory.\n"
180 "\t(address space) in bytes.\n" 180 "\t(address space) in bytes.\n"
181 " --rlimit-cpu=number - set the maximum CPU time in seconds.\n" 181 " --rlimit-cpu=number - set the maximum CPU time in seconds.\n"
182 " --rlimit-fsize=number - set the maximum file size that can be created\n" 182 " --rlimit-fsize=number - set the maximum file size that can be created\n"