diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -10,6 +10,7 @@ git-auto-acp -- automatically add-commit-push files Usage: git-auto-acp [-d|--commit-delay ARG] [(-L|--local) | (-D|--push-delay ARG)] ((-a|--add PATH) | (-A|--add-all PATH)) [-m|--message MSG] + [--debug] Available options: -d,--commit-delay ARG debuounce delay for adding and commiting new changes @@ -18,9 +19,10 @@ Available options: -D,--push-delay ARG push changes upstream with this debuounce delay (default: 60.0) -a,--add PATH paths to auto-add - -A,--add-all PATH like `--add' but auto-adds file removals + -A,--add-all PATH like `--add' but also auto-adds file removals -m,--message MSG commit message for auto-commits - (default: "update to filesystem state") + (default: "[auto-acs] update #%n") + --debug be super verbose about what's happening -h,--help Show this help text --version Show version information |
