From 2941b9eb1682192dbcf362187f2df88b065757a0 Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Sat, 7 May 2022 11:56:02 -0700 Subject: [PATCH] Document change-time in command line reference --- docs/reference-command-line.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/reference-command-line.md b/docs/reference-command-line.md index d0020d24..bc624fe5 100644 --- a/docs/reference-command-line.md +++ b/docs/reference-command-line.md @@ -90,6 +90,11 @@ the temporary file you were editing and makes the changes to your journal. Interactively deletes selected entries. You'll be asked to confirm deletion of each entry. +### --change-time DATE +Interactively changes the time of the selected entries to the date specified, +or to right now if no date is specified. You'll be asked to confirm each entry, +unless you are using this with `--edit` on a single entry. + ### --format TYPE Display selected entries in an alternate format. See [formats](formats.md).