Update src/command/mod.rs

Co-authored-by: Basile Henry <bjm.henry@gmail.com>
This commit is contained in:
Jonas Chevalier 2021-02-22 15:04:18 +00:00 committed by GitHub
parent 77f45d6cd5
commit f6848f01f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ pub struct Cli {
pub log_level: LogLevel,
#[structopt(short = "C", default_value = ".")]
/// Run as if treefmt was started in <path> instead of the current working directory.
/// Run as if treefmt was started in <work-dir> instead of the current working directory.
pub work_dir: PathBuf,
}