logo

utils-std

Collection of commonly available Unix tools git clone https://anongit.hacktivis.me/git/utils-std.git/
commit: 7c789f68fee9e54cc1ffdd68af15b27a08a94e06
parent 4dd5ae9e5fe51f7fb770e82abe7f5edc5ef0f8fa
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat,  4 Oct 2025 18:26:05 +0200

cmd/realpath: add missing `-qs` in Usage string

Diffstat:

Mcmd/realpath.c2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmd/realpath.c b/cmd/realpath.c @@ -99,7 +99,7 @@ print_realpath(char *path) static void usage_realpath(void) { - fprintf(stderr, "Usage: realpath [-E|-e] [-n|-z] path...\n"); + fprintf(stderr, "Usage: realpath [-E|-e] [-n|-z] [-qs] path...\n"); } static int