# File lib/ssc.rb, line 122
      def help(*args)
        message= "Tasks:\n  ssc checkout          # checkout the latest changes to an appliance\n  ssc commit            # commit changes to studio\n  ssc status            # show status of the appliance\n\n  ssc appliance         # manage appliances\n  ssc build             # manage builds\n  ssc file              # manage files\n  ssc package           # manage packages\n  ssc repository        # manage repositories\n  ssc template          # manage templates\n\n  ssc help [TASK]       # Describe available tasks or one specific task\n" 
       puts message
      end