From 7b4649dd62f75cd3df4f96b0e493c37659378679 Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Thu, 10 Sep 2026 21:25:03 +0200 Subject: commit series --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3