diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-11-04 20:08:01 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-11-04 20:08:01 +0300 |
commit | e87d381eab6233f9493e7e0e96b3a5a6944cedce (patch) | |
tree | 3816df637420ee8af343619a33a3bb56db4e0103 | |
parent | 12cd0ac5edc349607cf5ce69de1cabfd6fc605ec (diff) |
Drop -p alias for --print-only option for pkg-build since it clashes with --patch|-p
-rw-r--r-- | bpkg/pkg-build.cli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/pkg-build.cli b/bpkg/pkg-build.cli index 125aa84..e5a6118 100644 --- a/bpkg/pkg-build.cli +++ b/bpkg/pkg-build.cli @@ -286,7 +286,7 @@ namespace bpkg "Configure all the packages but don't update." } - bool --print-only|-p + bool --print-only { "Print to \cb{stdout} what would be done without actually doing anything." |