cp: trim help text
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 5 Mar 2012 09:09:18 +0000 (10:09 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 5 Mar 2012 09:09:18 +0000 (10:09 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
coreutils/cp.c

index e48e21c9708c60d7762808d7b8e52737f07baf08..de2e512be3b5ee510624b368a1f060615854055a 100644 (file)
@@ -16,9 +16,9 @@
  */
 
 //usage:#define cp_trivial_usage
-//usage:       "[OPTIONS] SOURCE DEST"
+//usage:       "[OPTIONS] SOURCE... DEST"
 //usage:#define cp_full_usage "\n\n"
-//usage:       "Copy SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY\n"
+//usage:       "Copy SOURCE(s) to DEST\n"
 //usage:     "\n       -a      Same as -dpR"
 //usage:       IF_SELINUX(
 //usage:     "\n       -c      Preserve security context"