1SVK::Command::Help(3) User Contributed Perl DocumentationSVK::Command::Help(3)
2
3
4
6 SVK::Command::Help - Show help
7
9 help COMMAND
10
12 Optionally, svk help can pipe output through a pager, which is easier
13 to read if the output is long. To use this feature, set the
14 environmental variable SVKPAGER to some pager program.
15
16 For example:
17
18 # bash, zsh users
19 export SVKPAGER='/usr/bin/less'
20
21 # tcsh users
22 setenv SVKPAGER '/usr/bin/less'
23
24
25
26perl v5.28.1 2008-08-05 SVK::Command::Help(3)