summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2014-11-25 23:22:42 +0100
committerPrzemyslaw Pawelczyk <przemoc@gmail.com>2015-02-07 23:44:28 +0100
commit8766efc3199fc93103a45a8e2156e6c13b704d07 (patch)
treec31937c5438624a038d8367e40f09a85a0712561
parent31146f6d2a6518615f12bed375420a6d284fea61 (diff)
metastore.1: Use a real minus character for dashes in options.
Literal `-` prints as a hyphen, which doesn't conform to common man page guidelines for writing options that have a leading dash. Proper form is: \- Signed-off-by: Przemyslaw Pawelczyk <przemoc@gmail.com>
-rw-r--r--metastore.122
1 files changed, 11 insertions, 11 deletions
diff --git a/metastore.1 b/metastore.1
index 5a7e1ee..d628d3c 100644
--- a/metastore.1
+++ b/metastore.1
@@ -16,42 +16,42 @@ stored metadata to make sure that system security is not compromised.
.\"
.SH ACTIONS
.TP
-.B -c, --compare
+.B \-c, \-\-compare
Shows the difference between the stored and real metadata.
.TP
-.B -s, --save
+.B \-s, \-\-save
Saves the current metadata to ./.metadata or to the specified file
-(see --file option below).
+(see \-\-file option below).
.TP
-.B -a, --apply
+.B \-a, \-\-apply
Attempts to apply the stored metadata to the file system.
.TP
-.B -h, --help
+.B \-h, \-\-help
Prints a help message and exits.
.\"
.SH OPTIONS
.TP
-.B -v, --verbose
+.B \-v, \-\-verbose
Causes metastore to print more verbose messages. Can be repeated more than
once for even more verbosity.
.TP
-.B -q, --quiet
+.B \-q, \-\-quiet
Causes metastore to print less verbose messages. Can be repeated more than
once for even less verbosity.
.TP
-.B -m, --mtime
+.B \-m, \-\-mtime
Causes metastore to also take mtime into account for the compare or apply actions.
.TP
-.B -e, --empty-dirs
+.B \-e, \-\-empty\-dirs
Also attempts to recreate missing empty directories. May be useful where
empty directories are not tracked (e.g. by git or cvs).
Only works in combination with the \fBapply\fR option.
This is currently an experimental feature.
.TP
-.B -g, --git
+.B \-g, \-\-git
Prevents metastore from omitting .git directories.
.TP
-.B -f <file>, --file <file>
+.B \-f <file>, \-\-file <file>
Causes the metadata to be saved, read from the specified file rather
than ./.metadata.
.\"