Skip to content

Commit

Permalink
Fix typo in --delete help message
Browse files Browse the repository at this point in the history
  • Loading branch information
lnicola authored and onur-ozkan committed Dec 11, 2023
1 parent 3e87dce commit 45ad208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lpm/cli_parser/src/delete.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ impl<'a> DeleteArgs<'a> {
}

pub(crate) fn help() -> &'static str {
"Usage: lpm --deete [FLAGS] <List of package names>/[OPTION]
"Usage: lpm --delete [FLAGS] <List of package names>/[OPTION]
Options:
-h, --help Print help
Expand Down

0 comments on commit 45ad208

Please sign in to comment.