Skip to content

Commit affc49e

Browse files
author
Rehan Rana
committed
Updated README
1 parent 27b20ad commit affc49e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/main.rs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,16 @@ struct Args {
5050

5151
#[structopt(
5252
short = "p",
53-
long = "program",
53+
long = "programs",
5454
value_name = "COMMAND",
55-
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"
56-
If arguments after wallpaper argument are needed, use !WALL as a placeholder for wallpaper argument, and add rest of arguments ex. dyn-wall-rs -a /path/to/dir -p "betterlockscreen -u !WALL -b 1""#
55+
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""#
5756
)]
5857
program: Option<Vec<String>>,
5958

6059
#[structopt(
6160
short,
6261
long,
63-
value_name = "COMMAND",
62+
value_name = "DIRECTORY",
6463
help = "Will present you with a schedule of when your wallpaper will change if you have not set custom times in the config file"
6564
)]
6665
schedule: Option<String>,

0 commit comments

Comments
 (0)