Remove a stray -a option that probably sneaked in from julian's

attempt to enter append mode twice in vi(1).  :-)
This commit is contained in:
Ruslan Ermilov 2006-08-25 09:42:16 +00:00
parent 9e34f8233b
commit d9c7237d04
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=161607

View File

@ -426,8 +426,8 @@ usage(void)
{
(void)fprintf(stderr, "%s\n%s\n",
"usage: cp [-R [-H | -L | -P]] [-f | -i | -n] [-aplv] source_file target_file",
" cp [-R [-H | -L | -P]] [-f | -i | -n] [-aplv] source_file ... "
"usage: cp [-R [-H | -L | -P]] [-f | -i | -n] [-plv] source_file target_file",
" cp [-R [-H | -L | -P]] [-f | -i | -n] [-plv] source_file ... "
"target_directory");
exit(EX_USAGE);
}