Pi66

walrs
pywal but if its Fast-Minimal-Simple
git clone https://git.pi66.xyz/walrs

← back to log

fix stupid thing

author: pixel2175
date: 2025-05-27 19:31
hash: 53645afedbd6a70185ac0b83a9019f702f19594c

Diffstat:

M

src/main.rs
4 +++++++++++++++---------------
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
diff --git a/src/main.rs b/src/main.rs
index 605ff4a..ff6465a 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -28,11 +28,11 @@ struct Arg {
     #[arg(short = 'i')]
     image: Option<String>,

-    /// reload Templates with setting the wallpaper
+    /// reload Templates without setting the wallpaper
     #[arg(short = 'r',long="reload", action = ArgAction::SetTrue)]
     reload: bool,

-    /// reload Templates without setting the wallpaper
+    /// reload Templates with setting the wallpaper
     #[arg(short = 'R',long="Reload" ,action = ArgAction::SetTrue)]
     reload_nowal: bool,