aboutsummaryrefslogtreecommitdiff
path: root/bpkg/help.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-11-26 13:09:06 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-11-26 13:09:06 +0200
commite19c5dae8dd0781045163ea6e09bd6826b2fd674 (patch)
treef228c11673524916c437e05d8aa2ce58c5e4f12f /bpkg/help.cxx
parent3069cc89aa4f9b88ab4ef8b99a84fcf8f4b6e911 (diff)
Minor tweak to less prompt
Diffstat (limited to 'bpkg/help.cxx')
-rw-r--r--bpkg/help.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/help.cxx b/bpkg/help.cxx
index fd496c6..2da6b0a 100644
--- a/bpkg/help.cxx
+++ b/bpkg/help.cxx
@@ -68,7 +68,7 @@ namespace bpkg
{
// By default try less.
//
- prompt = "-Ps" + indent_ + name + " (press q to quit, h for help)";
+ prompt = "-Ps" + name + " (press q to quit, h for help)";
args.push_back ("less");
args.push_back ("-R"); // Handle ANSI color.