Skip to content

Commit

Permalink
Improve unwatch help docstring. (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisCarini authored Apr 24, 2023
1 parent 748b302 commit b4a51b9
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 @@ -95,7 +95,7 @@ async fn main() {
Command::new("unwatch")
.short_flag('U')
.long_flag("unwatch")
.about("Missing description")
.about("Remove the current working directory as a repository to watch.")
.arg(arg_directory)
)
.subcommand(
Expand Down

0 comments on commit b4a51b9

Please sign in to comment.