aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-04-22 08:16:48 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-04-22 08:16:48 -0400
commit4486fb8474c29a40e9142c005c2568916d2cb705 (patch)
tree7830564638b535ec6696a4e7ac61eb0ec1f3bc8d /README.md
parentmake test-profiles (diff)
parentfix "clean/clear" typos (diff)
downloadfirejail-4486fb8474c29a40e9142c005c2568916d2cb705.tar.gz
firejail-4486fb8474c29a40e9142c005c2568916d2cb705.tar.zst
firejail-4486fb8474c29a40e9142c005c2568916d2cb705.zip
Merge pull request #468 from vn971/master
fix "clean/clear" typos
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 [...]