Skip to content

Commit

Permalink
change lastdir to last-dir
Browse files Browse the repository at this point in the history
  • Loading branch information
kamiyaa committed Aug 19, 2021
1 parent 8439bb5 commit fcf869c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ pub struct Args {
path: Option<PathBuf>,
#[structopt(short = "v", long = "version")]
version: bool,
#[structopt(long = "lastdir", parse(from_os_str))]
#[structopt(long = "last-dir", parse(from_os_str))]
last_dir: Option<PathBuf>,
}

Expand Down

0 comments on commit fcf869c

Please sign in to comment.