Skip to content

Commit 03a98ef

Browse files
author
Rehan Rana
committed
Updated help messages for many options
1 parent 7b41d3b commit 03a98ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ pub struct Args {
4040
short,
4141
long,
4242
value_name = "DIRECTORY",
43-
help = "Sets the wallpaper based on the current time and changes the wallpaper throughout the day. The wallpaper will change based on the user specified times within the config file or, if custom timings are not set, it will automatically divide the wallpapers into equal parts throughout the day.",
43+
help = "Sets the wallpaper based on the current time and changes the wallpaper throughout the day. The wallpaper will change based on the user specified times within the config file or, if custom timings are not set, or if location isn't specified, it will automatically divide the wallpapers into equal parts throughout the day.",
4444
conflicts_with = "Schedule"
4545
)]
4646
pub directory: Option<String>,
@@ -49,7 +49,7 @@ pub struct Args {
4949
short = "p",
5050
long = "programs",
5151
value_name = "COMMAND",
52-
help = r#"Sends image as argument to command specified. Use alongside listener or custom. If the command itself contains arguments, wrap in quotation ex. dyn-wall-rs -a /path/to/dir -l "betterlockscreen -u""#
52+
help = r#"Sends image as argument to command specified. Use alongside the directory option. If the command itself contains arguments, wrap in quotation ex. dyn-wall-rs -a /path/to/dir -l "betterlockscreen -u""#
5353
)]
5454
pub programs: Option<Vec<String>>,
5555

0 commit comments

Comments
 (0)