* [PATCH] reiserfsprogs: remove description of unsupported long options in the usage of mkreiserfs
@ 2013-12-16 7:39 Wang Sheng-Hui
0 siblings, 0 replies; only message in thread
From: Wang Sheng-Hui @ 2013-12-16 7:39 UTC (permalink / raw)
To: reiserfs-devel
The options --debug, --quiet, --force are not supported. Update the description.
Signed-off-by: Wang Sheng-Hui <shhuiw@gmail.com>
---
mkreiserfs/mkreiserfs.8.in | 13 ++++++-------
mkreiserfs/mkreiserfs.c | 6 +++---
2 files changed, 9 insertions(+), 10 deletions(-)
diff --git a/mkreiserfs/mkreiserfs.8.in b/mkreiserfs/mkreiserfs.8.in
index ae867e3..850854f 100644
--- a/mkreiserfs/mkreiserfs.8.in
+++ b/mkreiserfs/mkreiserfs.8.in
@@ -6,13 +6,12 @@
mkreiserfs \- The create tool for the Linux ReiserFS filesystem.
.SH SYNOPSIS
.B mkreiserfs
-[ \fB-dfV\fR ]
+[ \fB-dfqV\fR ]
[ \fB-b\fR | \fB--block-size \fIN\fR ]
[ \fB-h\fR | \fB--hash \fIHASH\fR ]
[ \fB-u\fR | \fB--uuid \fIUUID\fR ]
[ \fB-l\fR | \fB--label \fILABEL\fR ]
[ \fB--format \fIFORMAT\fR ]
-[ \fB-q\fR | \fB--quiet\fR ]
[ \fB-j\fR | \fB--journal-device \fIFILE\fR ]
[ \fB-s\fR | \fB--journal-size \fIN\fR ]
[ \fB-o\fR | \fB--journal-offset \fIN\fR ]
@@ -58,11 +57,6 @@ Sets the volume label of the filesystem. \fILABEL\fR can at most be 16
characters long; if it is longer than 16 characters, \fBmkreiserfs\fR will
truncate it.
.TP
-\fB-q\fR | \fB--quiet \fR
-Sets \fBmkreiserfs\fR to work quietly without producing messages, progress or
-questions. It is useful, but only for use by end users, if you run \fBmkreiserfs\fR
-in a script.
-.TP
\fB-j\fR | \fB--journal-device \fIFILE\fR
\fIFILE\fR is the name of the block device on which is to be places the
filesystem journal.
@@ -95,6 +89,11 @@ Forces \fBmkreiserfs\fR to continue even when the device is the whole disk,
looks mounted, or is not a block device. If \fB-f\fR is specified more than
once, it allows the user to avoid asking for confirmation.
.TP
+\fB-q\fR
+Sets \fBmkreiserfs\fR to work quietly without producing messages, progress or
+questions. It is useful, but only for use by end users, if you run \fBmkreiserfs\fR
+in a script.
+.TP
\fB-d\fR
Sets \fBmkreiserfs\fR to print debugging information during \fBmkreiserfs\fR.
.TP
diff --git a/mkreiserfs/mkreiserfs.c b/mkreiserfs/mkreiserfs.c
index 21fd92d..6739850 100644
--- a/mkreiserfs/mkreiserfs.c
+++ b/mkreiserfs/mkreiserfs.c
@@ -71,13 +71,13 @@ static void print_usage_and_exit(void)
" -u | --uuid UUID store UUID in the superblock\n"
" -l | --label LABEL store LABEL in the superblock\n"
" --format 3.5|3.6 old 3.5 format or newer 3.6\n"
- " -f | --force specified once, make mkreiserfs the whole\n"
+ " -f specified once, make mkreiserfs the whole\n"
" disk, not block device or mounted partition;\n"
" specified twice, do not ask for confirmation\n"
- " -q | --quiet quiet work without messages, progress and\n"
+ " -q quiet work without messages, progress and\n"
" questions. Useful if run in a script. For use\n"
" by end users only.\n"
- " -d | --debug print debugging information during mkreiser\n"
+ " -d print debugging information during mkreiser\n"
" -V print version and exit\n",
program_name);
exit(1);
--
1.8.3.2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-12-16 7:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-16 7:39 [PATCH] reiserfsprogs: remove description of unsupported long options in the usage of mkreiserfs Wang Sheng-Hui
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).