X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fusage.h;h=78ee628ab59e79ee7c7b65403d6a037c840ec5fc;hb=c911a4389bbaa5ac85d725c8c05e452dfba8583d;hp=2c7f9c27789d4df4d195c4871c061f34fef30111;hpb=2789906aad2e2fecdae79cb955a277f71b7483a4;p=oweals%2Fbusybox.git diff --git a/include/usage.h b/include/usage.h index 2c7f9c277..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" \ @@ -347,7 +348,7 @@ "Erik\nis\ncool\n" #define env_trivial_usage \ - "[-] [-iu] [name=value ...] [command]" + "[-iu] [-] [name=value]... [command]" #define env_full_usage \ "Prints the current environment or runs a program after setting\n" \ "up the specified environment.\n\n" \