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() usage()
{ {
(void)fprintf(stderr, "usage:\t%s\n\t%s\n\t%s\n\t%s\n\t%s\n", (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 -i [-cdhkmNuvy] [-b blocksize] [-f file] [-s fileno]",
"restore -r [-ckuvy] [-b blocksize] [-f file] [-s fileno]", "restore -r [-cdkNuvy] [-b blocksize] [-f file] [-s fileno]",
"restore -R [-ckuvy] [-b blocksize] [-f file] [-s fileno]", "restore -R [-cdkNuvy] [-b blocksize] [-f file] [-s fileno]",
"restore -x [-chkmuvy] [-b blocksize] [-f file] [-s fileno] [file ...]", "restore -x [-cdhkmNuvy] [-b blocksize] [-f file] [-s fileno] [file ...]",
"restore -t [-chkuvy] [-b blocksize] [-f file] [-s fileno] [file ...]"); "restore -t [-cdhkNuvy] [-b blocksize] [-f file] [-s fileno] [file ...]");
done(1); done(1);
} }

View File

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