Skip to content

Commit

Permalink
docs: correct usage
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjayankur31 committed Nov 22, 2023
1 parent ed9d045 commit b4a6e50
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions calliope.sh
Original file line number Diff line number Diff line change
Expand Up @@ -570,8 +570,7 @@ usage ()
-l Compile latest entry
-C <commit message>
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
Expand All @@ -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 message>
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.
Expand Down

0 comments on commit b4a6e50

Please sign in to comment.