aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-03-20 01:06:14 +0000
committerEric Andersen <andersen@codepoet.org>2001-03-20 01:06:14 +0000
commit4ef37d0c176cde66c0365c4d1096bba0c57f486b (patch)
tree4305d94b108ecfa5a8700084b023f2eb7ec5c7a5 /applets
parent92d23245c93eb7db64818384ee6c5366a465e29e (diff)
downloadbusybox-4ef37d0c176cde66c0365c4d1096bba0c57f486b.tar.gz
chown was missing a ] in its usage msg
Diffstat (limited to 'applets')
-rw-r--r--applets/usage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/usage.h b/applets/usage.h
index 772585b54..dc3b49816 100644
--- a/applets/usage.h
+++ b/applets/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" \