From d72c17f12b038e930bf3b11be4a3614a870fc1ed Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Tue, 23 Jun 2015 15:43:47 +0200 Subject: [PATCH] less: replace exceptional styling for o/O, fit description --- less.eng.inc.pl | 2 +- less.inc.pl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/less.eng.inc.pl b/less.eng.inc.pl index 52c9606..92610e9 100644 --- a/less.eng.inc.pl +++ b/less.eng.inc.pl @@ -82,7 +82,7 @@ key => { '-n' => "count line num<>ber<>s", '-N' => "show line n<>um<>ber<>s", '-o' => "stdin to log", - '-O' => "log overwrite", + '-O' => "log over<>wr<>ite", '-p' => "initial search", '-P' => "status line\nPrompt", '-q' => "no info bell\nQuiet", diff --git a/less.inc.pl b/less.inc.pl index c76ac73..acbddc4 100644 --- a/less.inc.pl +++ b/less.inc.pl @@ -120,8 +120,8 @@ use utf8; 'M' => 'g1', 'n' => 'g8', 'N' => 'g1', - 'o' => 'g9 arg', - 'O' => 'g9 arg', + 'o' => 'g8 arg', + 'O' => 'g8 arg', 'p' => 'g4 arg', 'P' => 'g1 arg', 'q' => 'g8', -- 2.30.0