We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5a92a9 commit b73e15cCopy full SHA for b73e15c
roffit
@@ -64,7 +64,7 @@ while($ARGV[0]) {
64
}
65
elsif($ARGV[0] eq "--preserve-case") {
66
$leavecase = 1;
67
- exit;
+ shift @ARGV;
68
69
elsif($ARGV[0] =~ /^--man=([^=]*)=(.*)/) {
70
# check for other man pages in the given dir, and if so, link to it
0 commit comments