Pi66

pino-rs
Rust notification daemon.
git clone https://git.pi66.xyz/pino-rs

← back to log

1.1.0

author: pixel
date: 2025-04-13 23:43
hash: f280ce82029e0cafd84a8a6fe3e595ea61b9fa6b

Diffstat:

M

src/main.rs
2 +++++++++++++++---------------
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
diff --git a/src/main.rs b/src/main.rs
index a92b23c..570d32c 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -35,7 +35,7 @@ struct Arg {
     config:Option<String> ,


-    #[argh(option,short = 'v', description = "set a custom configuration file")]
+    #[argh(switch,short = 'v', description = "set a custom configuration file")]
     version:Option<String> ,
 }