Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Rehan Rana committed Jul 15, 2020
1 parent 27b20ad commit affc49e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,16 @@ struct Args {

#[structopt(
short = "p",
long = "program",
long = "programs",
value_name = "COMMAND",
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"
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""#
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""#
)]
program: Option<Vec<String>>,

#[structopt(
short,
long,
value_name = "COMMAND",
value_name = "DIRECTORY",
help = "Will present you with a schedule of when your wallpaper will change if you have not set custom times in the config file"
)]
schedule: Option<String>,
Expand Down

0 comments on commit affc49e

Please sign in to comment.