less: replace exceptional styling for o/O, fit description
authorMischa POSLAWSKY <perl@shiar.org>
Tue, 23 Jun 2015 13:43:47 +0000 (15:43 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Mon, 21 Sep 2015 22:20:08 +0000 (00:20 +0200)
less.eng.inc.pl
less.inc.pl

index 52c9606fb9baf274351ec9e2df382e413d02f7e9..92610e9fe80230bdbb76170bb3c1b6b6891e57cc 100644 (file)
@@ -82,7 +82,7 @@ key => {
        '-n' => "count line num<>ber<>s",
        '-N' => "show line n<>um<>ber<>s",
        '-o' => "stdin to log",
        '-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",
        '-p' => "initial search",
        '-P' => "status line\nPrompt",
        '-q' => "no info bell\nQuiet",
index c76ac73078560800c03e001b21e130f1000bf98c..acbddc4224812cc592818a5ed42762c3521069aa 100644 (file)
@@ -120,8 +120,8 @@ use utf8;
        'M' => 'g1',
        'n' => 'g8',
        'N' => 'g1',
        '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',
        'p' => 'g4 arg',
        'P' => 'g1 arg',
        'q' => 'g8',