diff options
Diffstat (limited to 'man1/metastore.1')
-rw-r--r-- | man1/metastore.1 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man1/metastore.1 b/man1/metastore.1 index 063e3e3..d788161 100644 --- a/man1/metastore.1 +++ b/man1/metastore.1 @@ -67,6 +67,9 @@ Prevents metastore from omitting .git directories. .B \-f <file>, \-\-file <file> Causes the metadata to be saved, read from the specified file rather than ./.metadata. +.TP +.B \-r <foRmat>, \-\-format <foRmat> +Causes the metadata to be saved in format \fB<foRmat>\fR. See \fBFORMATS\fR below. .\" .SH PATHS If no path is specified, metastore will use the current directory as the basis @@ -75,6 +78,12 @@ Alternatively, one or more paths can be specified and they will each be examined. Later invocations should be made using the exact same paths to ensure that the stored metadata is interpreted correctly. .\" +.SH FORMATS +.TP +.B 0 +The original and default format, it is a compact binary representation of the +file metadata stored. +.\" .SH AUTHORS metastore was created by David Härdeman in 2007-2008. Now it is maintained by Przemysław Pawełczyk. |