aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMirek Kratochvil <exa.exa@gmail.com>2026-09-10 21:25:03 +0200
committerMirek Kratochvil <exa.exa@gmail.com>2026-09-10 21:26:20 +0200
commit7b4649dd62f75cd3df4f96b0e493c37659378679 (patch)
treebc36b5acfdc8f8e5ee0d98675d7b1c874a7b6dcc /README.md
parent3a35c8bcc3d22a3fd3d1ad49f8da72b9da2d562f (diff)
downloadgit-auto-acp-7b4649dd62f75cd3df4f96b0e493c37659378679.tar.gz
git-auto-acp-7b4649dd62f75cd3df4f96b0e493c37659378679.tar.bz2
commit series
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index a28b7ba..67be420 100644
--- a/README.md
+++ b/README.md
@@ -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