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:
parent
1d3456a32c
commit
eef11b30c8
@ -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);
|
||||
}
|
||||
|
||||
|
@ -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 ;
|
||||
|
Loading…
Reference in New Issue
Block a user