Skip to content

Commit

Permalink
CLI args docs
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias committed Jul 10, 2024
1 parent cb9193d commit e41ab0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion file-tree-merge/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ struct Args {
short,
long,
short = 'r',
help = "A directory where we'll keep a git repo to detect changes. Should persist between runs. MUST NOT BE INSIDE ANY OF THE ENDPOINTS"
help = "A directory where we'll keep a git repo to detect changes. Should persist between runs. MUST NOT BE ON ANY OF THE ENDPOINTS"
)]
repo: PathBuf,

Expand Down

0 comments on commit e41ab0e

Please sign in to comment.