From e19c5dae8dd0781045163ea6e09bd6826b2fd674 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 26 Nov 2015 13:09:06 +0200 Subject: Minor tweak to less prompt --- bpkg/help.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpkg/help.cxx') 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. -- cgit v1.1