Documentation fixes:

- The '-d' option was not documented on the manpage or in the
    usage message.

  - The '-N' option was not included in the usage.
This commit is contained in:
Crist J. Clark 2001-10-02 08:24:37 +00:00
parent d05f964396
commit a17d5ec55d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=84352
2 changed files with 12 additions and 10 deletions

View File

@ -294,11 +294,11 @@ static void
usage()
{
(void)fprintf(stderr, "usage:\t%s\n\t%s\n\t%s\n\t%s\n\t%s\n",
"restore -i [-chkmuvy] [-b blocksize] [-f file] [-s fileno]",
"restore -r [-ckuvy] [-b blocksize] [-f file] [-s fileno]",
"restore -R [-ckuvy] [-b blocksize] [-f file] [-s fileno]",
"restore -x [-chkmuvy] [-b blocksize] [-f file] [-s fileno] [file ...]",
"restore -t [-chkuvy] [-b blocksize] [-f file] [-s fileno] [file ...]");
"restore -i [-cdhkmNuvy] [-b blocksize] [-f file] [-s fileno]",
"restore -r [-cdkNuvy] [-b blocksize] [-f file] [-s fileno]",
"restore -R [-cdkNuvy] [-b blocksize] [-f file] [-s fileno]",
"restore -x [-cdhkmNuvy] [-b blocksize] [-f file] [-s fileno] [file ...]",
"restore -t [-cdhkNuvy] [-b blocksize] [-f file] [-s fileno] [file ...]");
done(1);
}

View File

@ -42,32 +42,32 @@
.Sh SYNOPSIS
.Nm
.Fl i
.Op Fl chkmNuvy
.Op Fl cdhkmNuvy
.Op Fl b Ar blocksize
.Op Fl f Ar file
.Op Fl s Ar fileno
.Nm
.Fl R
.Op Fl ckNuvy
.Op Fl cdkNuvy
.Op Fl b Ar blocksize
.Op Fl f Ar file
.Op Fl s Ar fileno
.Nm
.Fl r
.Op Fl ckNuvy
.Op Fl cdkNuvy
.Op Fl b Ar blocksize
.Op Fl f Ar file
.Op Fl s Ar fileno
.Nm
.Fl t
.Op Fl chkNuvy
.Op Fl cdhkNuvy
.Op Fl b Ar blocksize
.Op Fl f Ar file
.Op Fl s Ar fileno
.Op Ar
.Nm
.Fl x
.Op Fl chkmNuvy
.Op Fl cdhkmNuvy
.Op Fl b Ar blocksize
.Op Fl f Ar file
.Op Fl s Ar fileno
@ -278,6 +278,8 @@ old (pre-4.4) or new format file system. The
.Fl c
flag disables this check, and only allows reading a dump in the old
format.
.It Fl d
Sends verbose debugging output to the standard error.
.It Fl f Ar file
Read the backup from
.Ar file ;