diff options
author | Kenny Tordeurs <ktordeur@redhat.com> | 2020-10-09 16:31:27 +0200 |
---|---|---|
committer | Jake Hunsaker <jhunsake@redhat.com> | 2020-10-09 14:19:10 -0400 |
commit | 658e1a1f28e59f6423d89d488f81e54ab6977982 (patch) | |
tree | 7656e43ac75b6a690935ad7bda58e4cf3a7b61f9 /README.md | |
parent | 59c5c461e36103d453cd9ef9b6cb4624a8171fbe (diff) | |
download | sos-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.md | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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 ``` |