From 55fe564b50fe9f1ba951aa0c235ea801f05d6dee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Gu=C3=A9gan?= Date: Thu, 4 Jul 2024 14:57:11 +0200 Subject: [PATCH] Minor changes --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9ede543..b2adfb1 100644 --- a/README.md +++ b/README.md @@ -23,12 +23,12 @@ If `sysdump.sh` is not run as root, these commands will not be executed. # Useful entries Important note: Depending on the system, some entries may not be available. -| Entry | Description | -|-------------|-----------------------------| -| compgen | List all available commands | -| boot_folder | Recursive listing of /boot/ | -| root_folder | Content of / | -| home_folder | Content of $HOME | +| Entry | Description | +|-------------|----------------------------------------------| +| compgen | List all available commands in current shell | +| boot_folder | Recursive listing of /boot/ | +| root_folder | Content of / | +| home_folder | Content of $HOME |