aboutsummaryrefslogtreecommitdiff
path: root/bpkg/help.cxx
diff options
context:
space:
mode:
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.