chown was missing a ] in its usage msg
authorEric Andersen <andersen@codepoet.org>
Tue, 20 Mar 2001 01:06:14 +0000 (01:06 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 20 Mar 2001 01:06:14 +0000 (01:06 -0000)
applets/usage.h
include/usage.h
usage.h

index 772585b540ae8b90a685fe23710f6dfd67d1fc72..dc3b498161daaa9586b8159e4de608c8e129b407 100644 (file)
@@ -62,7 +62,7 @@
        "-r--r--r--    1 root     root            0 Apr 12 18:25 /tmp/foo\n"
 
 #define chown_trivial_usage \
-       "[OPTION]...  OWNER[<.|:>[GROUP] FILE..."
+       "[OPTION]...  OWNER[<.|:>[GROUP]] FILE..."
 #define chown_full_usage \
        "Change the owner and/or group of each FILE to OWNER and/or GROUP.\n" \
        "\nOptions:\n" \
index 772585b540ae8b90a685fe23710f6dfd67d1fc72..dc3b498161daaa9586b8159e4de608c8e129b407 100644 (file)
@@ -62,7 +62,7 @@
        "-r--r--r--    1 root     root            0 Apr 12 18:25 /tmp/foo\n"
 
 #define chown_trivial_usage \
-       "[OPTION]...  OWNER[<.|:>[GROUP] FILE..."
+       "[OPTION]...  OWNER[<.|:>[GROUP]] FILE..."
 #define chown_full_usage \
        "Change the owner and/or group of each FILE to OWNER and/or GROUP.\n" \
        "\nOptions:\n" \
diff --git a/usage.h b/usage.h
index 772585b540ae8b90a685fe23710f6dfd67d1fc72..dc3b498161daaa9586b8159e4de608c8e129b407 100644 (file)
--- a/usage.h
+++ b/usage.h
@@ -62,7 +62,7 @@
        "-r--r--r--    1 root     root            0 Apr 12 18:25 /tmp/foo\n"
 
 #define chown_trivial_usage \
-       "[OPTION]...  OWNER[<.|:>[GROUP] FILE..."
+       "[OPTION]...  OWNER[<.|:>[GROUP]] FILE..."
 #define chown_full_usage \
        "Change the owner and/or group of each FILE to OWNER and/or GROUP.\n" \
        "\nOptions:\n" \