From 8766efc3199fc93103a45a8e2156e6c13b704d07 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Tue, 25 Nov 2014 23:22:42 +0100 Subject: [PATCH] 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 --- metastore.1 | 22 +++++++++++----------- 1 file 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 +.B \-f , \-\-file Causes the metadata to be saved, read from the specified file rather than ./.metadata. .\" -- 2.11.4.GIT