use internal pager for man page as well

This commit is contained in:
2025-08-08 13:12:50 +02:00
parent 15c40583a2
commit fa93b16d02
3 changed files with 7 additions and 22 deletions

View File

@@ -620,5 +620,5 @@ func (c *Calc) PrintHelp() {
}
}
Pager(output)
Pager("rpn help overview", output)
}