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"