Commit a11c03e
committed
Use -r with less for help output
On some platforms, such as Fedora, groff by default outputs control
characters which less will display escaped by default (on other
platforms such as Debian and OSX this is disabled via local
customisations and falls back to the old method of backspacing over
characters).
Using less -R as the pager means that output looks correct in both
cases.1 parent 1eca8c3 commit a11c03e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
0 commit comments