logo

utils-std

Collection of commonly available Unix tools
commit: 5a85e6116186685645fc90f7f11b2e843c54464c
parent 155e926855d71bf3a06300f3acd86f33c54903e1
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat, 23 Mar 2024 03:44:33 +0100

cmd/chmod: Add newline on portability warning

Diffstat:

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

diff --git a/cmd/chmod.c b/cmd/chmod.c @@ -181,7 +181,7 @@ main(int argc, char *argv[]) case 'a': fprintf(stderr, "chmod: Portability Warning: Pass -- before a mode with a leading dash(-) to " - "separate it from options"); + "separate it from options\n"); optind--; goto getopt_out;