diff options
Diffstat (limited to 'src/bin')
| -rw-r--r-- | src/bin/watcher | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/watcher b/src/bin/watcher index 4bea832..f9d291c 100644 --- a/src/bin/watcher +++ b/src/bin/watcher @@ -27,7 +27,7 @@ try: cmd.week_summary() elif arg == "-h" or arg == "--help": help_option() - elif arg == "--start": + elif arg == "--start" or arg == "-s": print("Log creations started... \nif you wanna stop it, use keyboard-shortcut (Ctrl+Shift+C or Ctrl+C)") x.log_creation() elif arg == "--version": |
