From 96df5969b11b9a64f95c0c28347154b06cfc9d15 Mon Sep 17 00:00:00 2001 From: Adam Spragg Date: Mon, 16 May 2022 14:25:16 +0100 Subject: Add -r/--format option to pick the format to save as Only version 0 is supported here. --- man1/metastore.1 | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'man1') 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 Causes the metadata to be saved, read from the specified file rather than ./.metadata. +.TP +.B \-r , \-\-format +Causes the metadata to be saved in format \fB\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. -- cgit v1.2.1