diff --git a/bin/pkg/pkg.ml b/bin/pkg/pkg.ml index 4c8fe809e79..d2e7c538ea8 100644 --- a/bin/pkg/pkg.ml +++ b/bin/pkg/pkg.ml @@ -2,7 +2,7 @@ open Import let man = [ `S "DESCRIPTION" - ; `P {|Commands for doing package management with dune|} + ; `P {|Commands for OCaml package management|} ; `Blocks Common.help_secs ] ;;