summaryrefslogtreecommitdiff
path: root/jt
diff options
context:
space:
mode:
Diffstat (limited to 'jt')
-rwxr-xr-xjt5
1 files changed, 5 insertions, 0 deletions
diff --git a/jt b/jt
index 4a35616..e17d4c8 100755
--- a/jt
+++ b/jt
@@ -77,6 +77,11 @@ class JournalTool(cliapp.Application):
['push'],
'push finished articles with git?')
+ self.settings.string(
+ ['pretend-time'],
+ 'pretend that the time is NOW (form: YYYY-MM-DD HH:MM:DD form)',
+ metavar='NOW')
+
def cmd_new(self, args):
'''Create a new journal entry draft.'''