Skip to content

Commit 4e8a3de

Browse files
author
Rehan Ali Rana
committed
Help message for custom option now takes raw string
1 parent 5cf061d commit 4e8a3de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ fn main() {
5151
.short("c")
5252
.long("custom")
5353
.value_name("DIRECTORY")
54-
.help("Changes wallpapers based on custom times set through a config file created at ~/.config/dyn-wall-rs/config for Unix systems and C:\Users\<USER NAME>\AppData\Roaming\dyn-wall-rs for Windows systems")
54+
.help(r#"Changes wallpapers based on custom times set through a config file created at ~/.config/dyn-wall-rs/config for Unix systems and C:\Users\<USER NAME>\AppData\Roaming\dyn-wall-rs for Windows systems"#)
5555
.takes_value(true)
5656
)
5757
.arg(

0 commit comments

Comments
 (0)