Skip to content

Commit

Permalink
Fix typo in list command man
Browse files Browse the repository at this point in the history
  • Loading branch information
arozovyk committed Sep 2, 2024
1 parent 32b9d00 commit 7c83981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/opamCommands.ml
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ let list ?(force_search=false) cli =
let pattern_list =
arg_list "PATTERNS"
"Package patterns with globs. Unless $(b,--search) is specified, they \
match againsta $(b,NAME) or $(b,NAME.VERSION)"
match against a $(b,NAME) or $(b,NAME.VERSION)"
Arg.string
in
let state_selector =
Expand Down

0 comments on commit 7c83981

Please sign in to comment.