diff options
-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 |