Skip to content

Commit 657a460

Browse files
author
Rehan Rana
committed
Modified help messages
1 parent 1ed0105 commit 657a460

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/config.rs

Lines changed: 3 additions & 3 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, or if location isn't specified, 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, 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>,
@@ -56,7 +56,7 @@ pub struct Args {
5656
#[structopt(
5757
short,
5858
long,
59-
help = "Will present you with a schedule of when your wallpaper will change. To be used alongside the directory option",
59+
help = "Prints change schedule. Use alongside directory option",
6060
//requires = "directory",
6161
takes_value = false,
6262
)]
@@ -92,7 +92,7 @@ pub struct Args {
9292
#[structopt(
9393
long,
9494
value_name = "ELEVATION",
95-
help = "Elevation of current location. Optional, but allows for a more accurate calculation of sunrise and sunset times",
95+
help = "Elevation of current location. Optional. expressed in meters above sea level.",
9696
//requires_all = &["lat", "long"],
9797
allow_hyphen_values(true)
9898
)]

0 commit comments

Comments
 (0)