aboutsummaryrefslogtreecommitdiff
path: root/bpkg/common-options.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-12-10 13:43:30 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-12-10 13:43:30 +0200
commit817ba792154689df004dbfff67d9ae54cc15584e (patch)
tree065cfd99acbe2c0772803f8f639f9d1f413fbc27 /bpkg/common-options.cli
parentc927b2f2a9bcd8d2551759516725917b29903a28 (diff)
Add pkg-install|install and pkg-uninstall|uninstall commands
Diffstat (limited to 'bpkg/common-options.cli')
-rw-r--r--bpkg/common-options.cli6
1 files changed, 3 insertions, 3 deletions
diff --git a/bpkg/common-options.cli b/bpkg/common-options.cli
index 86955d7..c68e588 100644
--- a/bpkg/common-options.cli
+++ b/bpkg/common-options.cli
@@ -136,9 +136,9 @@ namespace bpkg
string --pager // String to allow empty value.
{
"<path>",
- "The pager program to be used to show text, such as help. Commonly
- used pager programs are \cb{less} and \cb{more}. You can also specify
- additional options that should be passed to the pager program with
+ "The pager program to be used to show long text. Commonly used pager
+ programs are \cb{less} and \cb{more}. You can also specify additional
+ options that should be passed to the pager program with
\cb{--pager-option}. If an empty string is specified as the pager
program, then no pager will be used. If the pager program is not
explicitly specified, then \cb{bpkg} will try to use \cb{less}. If it