aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index bc081806..394269aa 100644
--- a/README.md
+++ b/README.md
@@ -74,12 +74,17 @@ pull requests.
You can simply run from the git checkout now:
```
-$ sudo ./bin/sos report -a
+$ sudo ./bin/sos report
```
The command `sosreport` is still available, as a legacy redirector,
and can be used like this:
```
-$ sudo ./bin/sosreport -a
+$ sudo ./bin/sosreport
+```
+
+If you want to run it with all the options enabled (this can take a long time)
+```
+$ sudo ./bin/sos report -a
```