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 helps can pipe through a pager, for it is easier to read
13 if the output is too long. For using this feature, please set environā
14 ment variable SVKPAGER to some pager program. For example:
15
16 # bash, zsh users
17 export SVKPAGER='/usr/bin/less'
18
19 # tcsh users
20 setenv SVKPAGER '/usr/bin/less'
21
22
23
24perl v5.8.8 2006-12-28 SVK::Command::Help(3)