You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/config.rs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ pub struct Args {
40
40
short,
41
41
long,
42
42
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.",
44
44
conflicts_with = "Schedule"
45
45
)]
46
46
pubdirectory:Option<String>,
@@ -56,7 +56,7 @@ pub struct Args {
56
56
#[structopt(
57
57
short,
58
58
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",
60
60
//requires = "directory",
61
61
takes_value = false,
62
62
)]
@@ -92,7 +92,7 @@ pub struct Args {
92
92
#[structopt(
93
93
long,
94
94
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.",
0 commit comments