Skip to content

Commit

Permalink
Update src/app/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Maximilien Riehl <[email protected]>
  • Loading branch information
bomgar and mriehl committed Jan 7, 2025
1 parent cb075c6 commit fa4bed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ For further information please have a look at our README https://github.com/broc
.subcommand(
Command::new("move")
.alias("mv")
.about("Moves a project")
.about("Moves a project (both physically and in the configuration)")
.arg(Arg::new("NAME").value_name("NAME").index(1).required(true))
.arg(Arg::new("DESTINATION").value_name("DESTINATION").index(2).required(true))
)
Expand Down

0 comments on commit fa4bed1

Please sign in to comment.