From b6f60de37d172789f60dee0050e5bcc2beb4260d Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Mon, 24 Nov 2014 22:31:59 +0100 Subject: Add support for deleting directories with -a -E. This is analagous to the -e option to create empty directories. It simply removes them when they are not present in the metadata. Signed-off-by: Przemyslaw Pawelczyk --- metastore.1 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'metastore.1') diff --git a/metastore.1 b/metastore.1 index d628d3c..d6c561e 100644 --- a/metastore.1 +++ b/metastore.1 @@ -1,4 +1,4 @@ -.TH metastore "1" "February 2012" +.TH metastore "2" "September 2015" .\" .SH NAME metastore \- stores and restores filesystem metadata @@ -46,7 +46,11 @@ Causes metastore to also take mtime into account for the compare or apply action 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 -E, --remove-empty-dirs +Also attempts to remove empty directories missing from the metadata. May be +useful where empty directories are not tracked (e.g. by git or cvs). Only +works in combination with the \fBapply\fR option. .TP .B \-g, \-\-git Prevents metastore from omitting .git directories. -- cgit v1.2.1