mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-04 09:09:56 +00:00
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:
parent
9e34f8233b
commit
d9c7237d04
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=161607
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user