mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
One newline should be enough.
This commit is contained in:
parent
c377df7798
commit
b28977d169
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=27167
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@
|
|||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/* $Id: main.c,v 1.38 1997/02/22 19:54:57 peter Exp $ */
|
||||
/* $Id: main.c,v 1.39 1997/07/01 06:37:34 charnier Exp $ */
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
|
@ -53,7 +53,7 @@ usage()
|
|||
{
|
||||
fprintf(stderr, "%s\n%s\n",
|
||||
"usage: fetch [-DHILMNPRTValmnpqrv] [-o outputfile]",
|
||||
" [-f file -h host [-c dir] | URL]\n");
|
||||
" [-f file -h host [-c dir] | URL]");
|
||||
exit(EX_USAGE);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue