From 6c63c1e5a998c008cdedd8a755b8fb50334f3eab Mon Sep 17 00:00:00 2001 From: manuel-192 Date: Thu, 23 Nov 2023 22:48:18 +0200 Subject: [PATCH] [eos-log-tool] updated text in README.md --- eos-log-tool/README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/eos-log-tool/README.md b/eos-log-tool/README.md index f34354cc..20790fed 100644 --- a/eos-log-tool/README.md +++ b/eos-log-tool/README.md @@ -7,8 +7,8 @@ A GUI tool for copying various system logs to the internet. Name | Description :--- | :--- -`-j, --enable-journal` | Enable showing journal logs.
Note that some logs *may* include personal data.
-`-h, --help` | This help. +`-j`
`--enable-journal` | Enable showing journal logs.
Note that some logs *may* include personal data.
+`-h`
`--help` | This help. ## Use cases @@ -17,8 +17,7 @@ If a user wants help in troubleshooting an issue, with this tool user can share logs for other users to see e.g. on the EndeavourOS forum.
Note that without logs and/or other system information troubleshooting can be practically impossible. -This tool aims to hide all personal information from the logs that will be sent to the internet when the
-**Remove personal data from logs** is selected. +This tool aims to hide all personal information from the logs that will be sent to the internet. But hiding is not perfect (especially on journals), so it is a good idea to **Save logs locally** before sending. -If **Send logs to internet** is selected, then the logs will be sent to the internet, and an URL is returned after a successful send.
-This URL is the thing to share with others that help troubleshooting the issue. +Button **Share logs to internet** sends the logs to the internet, and an URL is returned after a successful send.
+This URL is the thing to share with those that help troubleshooting the issue.