Author: ru
Date: Sat Dec 13 17:48:06 2008
New Revision: 186043
URL: http://svn.freebsd.org/changeset/base/186043

Log:
  Improve usage and sync SYNOPSIS with usage.

Modified:
  head/usr.bin/fetch/fetch.1
  head/usr.bin/fetch/fetch.c

Modified: head/usr.bin/fetch/fetch.1
==============================================================================
--- head/usr.bin/fetch/fetch.1  Sat Dec 13 16:53:35 2008        (r186042)
+++ head/usr.bin/fetch/fetch.1  Sat Dec 13 17:48:06 2008        (r186043)
@@ -37,17 +37,23 @@
 .Nd retrieve a file by Uniform Resource Locator
 .Sh SYNOPSIS
 .Nm
-.Op Fl 146AFMPRUadlmnpqrsv
+.Op Fl 146AadFlMmnPpqRrsUv
 .Op Fl B Ar bytes
+.Op Fl N Ar file
+.Op Fl o Ar file
 .Op Fl S Ar bytes
 .Op Fl T Ar seconds
+.Op Fl w Ar seconds
+.Ar URL ...
+.Nm
+.Op Fl 146AadFlMmnPpqRrsUv
+.Op Fl B Ar bytes
 .Op Fl N Ar file
 .Op Fl o Ar file
+.Op Fl S Ar bytes
+.Op Fl T Ar seconds
 .Op Fl w Ar seconds
-.Op Fl h Ar host
-.Op Fl c Ar dir
-.Op Fl f Ar file
-.Op Ar URL ...
+.Fl h Ar host Fl f Ar file Oo Fl c Ar dir Oc
 .Sh DESCRIPTION
 The
 .Nm
@@ -59,7 +65,7 @@ command line.
 .Pp
 The following options are available:
 .Bl -tag -width Fl
-.It Fl \&1
+.It Fl 1
 Stop and return exit code 0 at the first successfully retrieved file.
 .It Fl 4
 Forces

Modified: head/usr.bin/fetch/fetch.c
==============================================================================
--- head/usr.bin/fetch/fetch.c  Sat Dec 13 16:53:35 2008        (r186042)
+++ head/usr.bin/fetch/fetch.c  Sat Dec 13 17:48:06 2008        (r186043)
@@ -711,10 +711,11 @@ fetch(char *URL, const char *path)
 static void
 usage(void)
 {
-       fprintf(stderr, "%s\n%s\n%s\n",
-           "usage: fetch [-146AFMPRUadlmnpqrsv] [-N netrc] [-o outputfile]",
-           "             [-S bytes] [-B bytes] [-T seconds] [-w seconds]",
-           "             [-h host -f file [-c dir] | URL ...]");
+       fprintf(stderr, "%s\n%s\n%s\n%s\n",
+"usage: fetch [-146AadFlMmnPpqRrsUv] [-B bytes] [-N file] [-o file] [-S 
bytes]",
+"       [-T seconds] [-w seconds] URL ...",
+"       fetch [-146AadFlMmnPpqRrsUv] [-B bytes] [-N file] [-o file] [-S 
bytes]",
+"       [-T seconds] [-w seconds] -h host -f file [-c dir]");
 }
 
 
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to