From b4a6e50a78d8cae38072812710d29c616dd9d47f Mon Sep 17 00:00:00 2001 From: "Ankur Sinha (Ankur Sinha Gmail)" Date: Wed, 22 Nov 2023 12:14:20 +0000 Subject: [PATCH] docs: correct usage --- calliope.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/calliope.sh b/calliope.sh index 1af99e5..0705eb7 100755 --- a/calliope.sh +++ b/calliope.sh @@ -570,8 +570,7 @@ usage () -l Compile latest entry - -C - Compile latest entry and commit to repository. + -C Compile latest entry and commit to repository. An optional commit message may be given using the commit_message variable: commit_message="Test" ./calliope.sh -C @@ -580,11 +579,10 @@ usage () Note that encryption, if enabled, is only done before committing. So, please remember to commit early and commit often. - -m - Commit to repository (but do not compile). + -m Commit to repository (but do not compile). An optional commit message may be given using the commit_message variable: - commit_message="Test" ./calliope.sh -C + commit_message="Test" ./calliope.sh -m If one is not given, the default is used: "$default_commit_message". Note that encryption, if enabled, is only done before committing.