diff --git a/calliope.sh b/calliope.sh index 85ad787..a129079 100755 --- a/calliope.sh +++ b/calliope.sh @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=1.2.1 +VERSION=1.2.2 MY_EDITOR="vimx --servername $(pwgen 8 1)" MY_VIEWER="xdg-open" year=$(date +%G) diff --git a/man/man1/calliope.1 b/man/man1/calliope.1 index 20514dc..ac46e54 100644 --- a/man/man1/calliope.1 +++ b/man/man1/calliope.1 @@ -1,13 +1,13 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2. -.TH CALLIOPE.SH "1" "April 2022" "calliope.sh 1.2.0" "User Commands" +.TH CALLIOPE.SH "1" "May 2022" "calliope.sh 1.2.2" "User Commands" .SH NAME -calliope.sh \- manual page for calliope.sh 1.2.0 +calliope.sh \- manual page for calliope.sh 1.2.2 .SH DESCRIPTION .IP usage: ./calliope.sh options .IP Master script file that provides functions to maintain a journal using LaTeX. -Version: 1.2.0 +Version: 1.2.2 .IP OPTIONS: \fB\-h\fR Show this message and quit @@ -25,6 +25,20 @@ An optional commit message may be given using the commit_message variable: commit_message="Test" ./calliope.sh \fB\-C\fR If one is not given, the default is used: "Add new entry". +.IP +Note that encryption, if enabled, is only done before committing. +So, please remember to commit early and commit often. +.TP +\fB\-m\fR + +Commit to repository (but do not compile). +An optional commit message may be given using the commit_message +variable: +commit_message="Test" ./calliope.sh \fB\-C\fR +If one is not given, the default is used: "Add new entry". +.IP +Note that encryption, if enabled, is only done before committing. +So, please remember to commit early and commit often. .TP \fB\-c\fR Compile today's entry