summaryrefslogtreecommitdiff
path: root/man1
diff options
context:
space:
mode:
authorAdam Spragg <adam@spra.gg>2022-05-16 14:25:16 +0100
committerAdam Spragg <adam@spra.gg>2022-05-18 17:19:40 +0100
commit96df5969b11b9a64f95c0c28347154b06cfc9d15 (patch)
treed6e7caa88adb474e32acc4992dc1787b12e88878 /man1
parent0ae5e697e83fef2f200dfdcf16caebc8a15a9681 (diff)
Add -r/--format option to pick the format to save as
Only version 0 is supported here.
Diffstat (limited to 'man1')
-rw-r--r--man1/metastore.19
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.