From 231840bffdfe6d1873c32f6a61cde74635fed53a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 15 Nov 2007 12:05:23 -0500 Subject: [PATCH] fix documentation of --compare I considered changing metastore to match the documentation and use --diff, but I'm already using --compare in etckeeper. --- metastore.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metastore.1 b/metastore.1 index 60f2db9..fc72b1e 100644 --- a/metastore.1 +++ b/metastore.1 @@ -16,7 +16,7 @@ stored metadata to make sure that system security is not compromised. .\" .SH ACTIONS .TP -.B -d, --diff +.B -c, --compare Shows the difference between the stored and real metadata. .TP .B -s, --save @@ -39,7 +39,7 @@ Causes metastore to print less verbose messages. Can be repeated more than once for even less verbosity. .TP .B -m, --mtime -Causes metastore to also take mtime into account for the diff or apply actions. +Causes metastore to also take mtime into account for the compare or apply actions. .\" .SH PATHS If no path is specified, metastore will use the current directory as the basis -- 2.11.4.GIT