diff options
author | Joey Hess <joey@kitenet.net> | 2010-07-16 15:22:44 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-07-16 15:22:44 -0400 |
commit | b1c5110a7fa33cf16e88dc9da503af763e553e05 (patch) | |
tree | c568fb2ab5648c6304f8427cca174719820c85c4 | |
parent | eefaf40573d3a967ab1102af16ab579df0c6f305 (diff) |
document vcs subcommand
-rw-r--r-- | etckeeper.8 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/etckeeper.8 b/etckeeper.8 index 7c05467..a49c4b6 100644 --- a/etckeeper.8 +++ b/etckeeper.8 @@ -46,6 +46,11 @@ This updates the VCS ignore file. Content outside a "managed by etckeeper" block is not touched. This is generally run when upgrading to a new version of etckeeper. .TP +.B vcs subcommand [options ...] +You can use this to run any subcommand of the VCS that etckeeper is +configured to run. It will be run in /etc. For example, "etckeeper vcs +diff" will run "git diff", etc. +.TP .B uninit [-f] This command DESTROYS DATA! It is the inverse of the init command, removing VCS information and etckeeper's own bookkeeping information from the |