# File lib/cmdparse.rb, line 268
268:     def initialize
269:       super( 'help', false )
270:       self.short_desc = 'Provide help for individual commands'
271:       self.description = 'This command prints the program help if no arguments are given. ' \
272:       'If one or more command names are given as arguments, these arguments are interpreted ' \
273:       'as a hierachy of commands and the help for the right most command is show.'
274:     end