diff options
Diffstat (limited to 'metastore.1')
-rw-r--r-- | metastore.1 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/metastore.1 b/metastore.1 index eeecdc9..316f4b4 100644 --- a/metastore.1 +++ b/metastore.1 @@ -20,7 +20,8 @@ stored metadata to make sure that system security is not compromised. Shows the difference between the stored and real metadata. .TP .B -s, --save -Saves the current metadata to ./.metadata. +Saves the current metadata to ./.metadata or to the specified file +(see --file option below). .TP .B -a, --apply Attempts to apply the stored metadata to the file system. @@ -46,6 +47,10 @@ 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 -f <file>, --file <file> +Causes the metadata to be saved, read from the specified file rather +than ./.metadata. .\" .SH PATHS If no path is specified, metastore will use the current directory as the basis |