aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Vasya Novikov <n1dr+cm3513git@ya.ru>2016-04-21 23:45:33 +0300
committerLibravatar Vasya Novikov <n1dr+cm3513git@ya.ru>2016-04-21 23:55:52 +0300
commit3c1a58c2f2b524230db6aeb56251f8a5fa500433 (patch)
treec38821084824e1cbcac52c5571c456c1fd5049b7 /README.md
parent--read-write option (diff)
downloadfirejail-3c1a58c2f2b524230db6aeb56251f8a5fa500433.tar.gz
firejail-3c1a58c2f2b524230db6aeb56251f8a5fa500433.tar.zst
firejail-3c1a58c2f2b524230db6aeb56251f8a5fa500433.zip
fix "clean/clear" typos
Finish of the migration from "clear" to "clean" wording.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 1cfbd0aa9..8e68232b0 100644
--- a/README.md
+++ b/README.md
@@ -143,8 +143,8 @@ DESCRIPTION
143 see DESKTOP INTEGRATION section in man 1 firejail. 143 see DESKTOP INTEGRATION section in man 1 firejail.
144 144
145OPTIONS 145OPTIONS
146 --clear 146 --clean
147 Clear all firejail symbolic links 147 Remove all firejail symbolic links
148 148
149 -?, --help 149 -?, --help
150 Print options end exit. 150 Print options end exit.
@@ -164,7 +164,7 @@ OPTIONS
164 /usr/local/bin/firefox 164 /usr/local/bin/firefox
165 /usr/local/bin/vlc 165 /usr/local/bin/vlc
166 [...] 166 [...]
167 $ sudo firecfg --clear 167 $ sudo firecfg --clean
168 /usr/local/bin/firefox removed 168 /usr/local/bin/firefox removed
169 /usr/local/bin/vlc removed 169 /usr/local/bin/vlc removed
170 [...] 170 [...]