diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2007-11-15 12:05:23 -0500 |
---|---|---|
committer | David Härdeman <david@hardeman.nu> | 2007-11-25 23:19:56 +0100 |
commit | 231840bffdfe6d1873c32f6a61cde74635fed53a (patch) | |
tree | 82ac27db75f31bee29919afc9be158baf225d32a | |
parent | 08f2d671b0569b062f32908ea36c2dd2a11e420a (diff) |
fix documentation of --compare
I considered changing metastore to match the documentation and use --diff,
but I'm already using --compare in etckeeper.
-rw-r--r-- | metastore.1 | 4 |
1 files 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 |