From 6476b90e9b835b4cd3c40304f16c852729c3e046 Mon Sep 17 00:00:00 2001 From: Ruthenic Date: Fri, 13 Aug 2021 17:29:03 -0400 Subject: [PATCH] `ls`: update help message. --- src/ls.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ls.c b/src/ls.c index b34bad1..7276a01 100644 --- a/src/ls.c +++ b/src/ls.c @@ -78,7 +78,8 @@ int main(int argc, char **argv) { "Available arguments:\n" " --help: show this help message\n" " --version: show the version of the program\n" - " --color: colour the output depending on whether there is " + " -a, --all: show all files, including dotfiles\n" + " -c, --color: colour the output depending on whether there is " "a file or folder\n" " --colour: same as --color, but for our Bri'ish folks\n" " -C, --columns: print every entry on a seperate line\n"