From 2b0374d45b4e416fd58b9bd0fc9af2f2f93f1938 Mon Sep 17 00:00:00 2001 From: shy Date: Mon, 19 Apr 2021 13:03:28 +0200 Subject: [PATCH] Revised usage message. --- README.md | 10 +++++----- src/consts.rs | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index be383ce..5f2f7fa 100644 --- a/README.md +++ b/README.md @@ -19,15 +19,15 @@ interactively. label. OPTIONS: - -h, --help Show this help. + -h, --help Show this usage message. -v, --version Show version information. - -e, --exec [COMMAND] Execute COMMAND on alarm. Occurrences of {t} will - be replaced by the alarm time in (HH:)MM:SS format. - Occurrences of {l} by alarm label. + -e, --exec [COMMAND] Execute COMMAND on alarm. My be given multiple + times. Occurrences of {l} will be replaced by the + alarm label, {t} by alarm time in (HH:)MM:SS format. -p, --plain Use simpler block chars to draw the clock. -f, --fancy Make use of less common unicode characters. -q, --quit Quit program after last alarm. SIGNALS: Reset clock. - Pause or un-pause clock. + Pause or continue. diff --git a/src/consts.rs b/src/consts.rs index 792d6f1..c419a45 100644 --- a/src/consts.rs +++ b/src/consts.rs @@ -40,17 +40,17 @@ PARAMETERS: label. OPTIONS: - -h, --help Show this help. + -h, --help Show this usage message. -v, --version Show version information. - -e, --exec [COMMAND] Execute COMMAND on alarm. Occurrences of {t} will - be replaced by the alarm time in (HH:)MM:SS format. - Occurrences of {l} by alarm label. + -e, --exec [COMMAND] Execute COMMAND on alarm. My be given multiple + times. Occurrences of {l} will be replaced by the + alarm label, {t} by alarm time in (HH:)MM:SS format. -p, --plain Use simpler block chars to draw the clock. -f, --fancy Make use of less common unicode characters. -q, --quit Quit program after last alarm. SIGNALS: Reset clock. - Pause or un-pause clock." + Pause or continue." ); pub const MENUBAR: &str = "[0-9] Add alarm [d] Delete alarm [SPACE] Pause [r] Reset [c] Clear color [q] Quit";