X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fusage.h;h=78ee628ab59e79ee7c7b65403d6a037c840ec5fc;hb=c911a4389bbaa5ac85d725c8c05e452dfba8583d;hp=6b8b6552b3db32ea3f76e0f5d3ab1dc109830adf;hpb=c96381be40f1fd56f9eca11f43be7a10865c1881;p=oweals%2Fbusybox.git diff --git a/include/usage.h b/include/usage.h index 6b8b6552b..78ee628ab 100644 --- a/include/usage.h +++ b/include/usage.h @@ -75,11 +75,12 @@ "-r--r--r-- 1 root root 0 Apr 12 18:25 /tmp/foo\n" #define chown_trivial_usage \ - "[OPTION]... OWNER[<.|:>[GROUP]] FILE..." + "[ -Rh ]... OWNER[<.|:>[GROUP]] FILE..." #define chown_full_usage \ "Change the owner and/or group of each FILE to OWNER and/or GROUP.\n" \ "\nOptions:\n" \ - "\t-R\tChanges files and directories recursively." + "\t-R\tChanges files and directories recursively.\n" \ + "\t-h\tDo not dereference symbolic links." #define chown_example_usage \ "$ ls -l /tmp/foo\n" \ "-r--r--r-- 1 andersen andersen 0 Apr 12 18:25 /tmp/foo\n" \