aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKenny Tordeurs <ktordeur@redhat.com>2020-10-09 16:31:27 +0200
committerJake Hunsaker <jhunsake@redhat.com>2020-10-09 14:19:10 -0400
commit658e1a1f28e59f6423d89d488f81e54ab6977982 (patch)
tree7656e43ac75b6a690935ad7bda58e4cf3a7b61f9 /README.md
parent59c5c461e36103d453cd9ef9b6cb4624a8171fbe (diff)
downloadsos-658e1a1f28e59f6423d89d488f81e54ab6977982.tar.gz
[docs] update readme
Resolves: #2268 Signed-off-by: Kenny Tordeurs <ktordeur@redhat.com> Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
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
```