diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-09-13 00:26:52 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-09-13 00:26:52 +0530 |
commit | 530a45d023a04a05a80ebf20183fd4b6cafadd1e (patch) | |
tree | bb6d863516eacd5162674b5991d7e0fbabbab4ad /src | |
parent | 330328d5ac6c633f117127b64b239631ca28277e (diff) |
Added polydoro notify to help messagev0.2.1
Diffstat (limited to 'src')
-rw-r--r-- | src/main.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 46d018e..d2edf13 100644 --- a/src/main.rs +++ b/src/main.rs @@ -31,7 +31,8 @@ fn print_usage() { println!("\tskip:\t\tSkip the current timer (timer needs to be in a running state)"); println!("\tsoft-reset:\tGo to the beginning of the current timer"); println!("\thard-reset:\tGo to the beginning of the first timer"); - println!("\treset:\t\tConditional soft/hard reset\n"); + println!("\treset:\t\tConditional soft/hard reset"); + println!("\tnotify:\t\tToggle notifications\n"); println!("Copyright (C) 2025 Vidhu Kant Sharma <vidhukant@vidhukant.com>\n"); |