diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-11-26 13:09:06 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-11-26 13:09:06 +0200 |
commit | e19c5dae8dd0781045163ea6e09bd6826b2fd674 (patch) | |
tree | f228c11673524916c437e05d8aa2ce58c5e4f12f | |
parent | 3069cc89aa4f9b88ab4ef8b99a84fcf8f4b6e911 (diff) |
Minor tweak to less prompt
-rw-r--r-- | bpkg/help.cxx | 2 |
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. |