From 658e1a1f28e59f6423d89d488f81e54ab6977982 Mon Sep 17 00:00:00 2001 From: Kenny Tordeurs Date: Fri, 9 Oct 2020 16:31:27 +0200 Subject: [docs] update readme Resolves: #2268 Signed-off-by: Kenny Tordeurs Signed-off-by: Jake Hunsaker --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'README.md') 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 ``` -- cgit