aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLoïc Guégan <loic.guegan@mailbox.org>2024-07-05 16:37:36 +0200
committerLoïc Guégan <loic.guegan@mailbox.org>2024-07-05 16:37:36 +0200
commit0bd910dc567b420e28584ccdfb80ce65c9f49e98 (patch)
tree8b1aae599617d8e6155294f2e6309c4e1fe09330 /README.md
parent90f9e6812383835c315f6c3c94ec8a9c791320bf (diff)
Minor changes
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0d8b167..f34ddd7 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,8 @@ Run a dump:
Run a dump on a remote machine using ssh:
> cat sysdump.sh | ssh user@host /bin/bash > dump.json
+Extra ouput from ssh (e.g: MOTD) will be automatically cleaned by `sysdump.sh`.
+
To explore a dump (require `jq`), see help as follow:
> ./sysdump.sh -h