aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2005-03-18 17:49:08 +0000
committerWarner Losh <imp@FreeBSD.org>2005-03-18 17:49:08 +0000
commitecdd99f8521a202f79de9ff53969666e51422466 (patch)
tree0a6f76adf1328838f074e2ae3eaadc9ba2de34d6 /sbin
parentcedc4e46c2073fdd9c2b1d0dbaad490ca8f9420e (diff)
downloadsrc-ecdd99f8521a202f79de9ff53969666e51422466.tar.gz
src-ecdd99f8521a202f79de9ff53969666e51422466.zip
Sync usage and man page with reality. There's no '-c' command line
flag today. Maybe we should still retain it, but I'll let others fight that windmill.
Notes
Notes: svn path=/head/; revision=143817
Diffstat (limited to 'sbin')
-rw-r--r--sbin/restore/main.c10
-rw-r--r--sbin/restore/restore.819
2 files changed, 10 insertions, 19 deletions
diff --git a/sbin/restore/main.c b/sbin/restore/main.c
index 22555ad0733a..d8825c9e3df2 100644
--- a/sbin/restore/main.c
+++ b/sbin/restore/main.c
@@ -295,11 +295,11 @@ usage()
(void)fprintf(stderr, "usage:\t%s %s\n\t%s %s\n\t%s %s\n"
"\t%s %s %s\n\t%s %s %s\n",
- "restore -i [-cdhmNuvy]", common,
- "restore -R [-cdNuvy]", common,
- "restore -r [-cdNuvy]", common,
- "restore -t [-cdhNuvy]", common, fileell,
- "restore -x [-cdhmNuvy]", common, fileell);
+ "restore -i [-dhmNuvy]", common,
+ "restore -R [-dNuvy]", common,
+ "restore -r [-dNuvy]", common,
+ "restore -t [-dhNuvy]", common, fileell,
+ "restore -x [-dhmNuvy]", common, fileell);
done(1);
}
diff --git a/sbin/restore/restore.8 b/sbin/restore/restore.8
index 42d59a09880a..bb3186f2ceb2 100644
--- a/sbin/restore/restore.8
+++ b/sbin/restore/restore.8
@@ -38,32 +38,32 @@
.Sh SYNOPSIS
.Nm
.Fl i
-.Op Fl cdhmNuvy
+.Op Fl dhmNuvy
.Op Fl b Ar blocksize
.Op Fl f Ar file | Fl P Ar pipecommand
.Op Fl s Ar fileno
.Nm
.Fl R
-.Op Fl cdNuvy
+.Op Fl dNuvy
.Op Fl b Ar blocksize
.Op Fl f Ar file | Fl P Ar pipecommand
.Op Fl s Ar fileno
.Nm
.Fl r
-.Op Fl cdNuvy
+.Op Fl dNuvy
.Op Fl b Ar blocksize
.Op Fl f Ar file | Fl P Ar pipecommand
.Op Fl s Ar fileno
.Nm
.Fl t
-.Op Fl cdhNuvy
+.Op Fl dhNuvy
.Op Fl b Ar blocksize
.Op Fl f Ar file | Fl P Ar pipecommand
.Op Fl s Ar fileno
.Op Ar
.Nm
.Fl x
-.Op Fl cdhmNuvy
+.Op Fl dhmNuvy
.Op Fl b Ar blocksize
.Op Fl f Ar file | Fl P Ar pipecommand
.Op Fl s Ar fileno
@@ -276,15 +276,6 @@ If the
option is not specified,
.Nm
tries to determine the media block size dynamically.
-.It Fl c
-Normally,
-.Nm
-will try to determine dynamically whether the dump was made from an
-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