# File lib/piston/commands/status.rb, line 54
      def self.detailed_help
        "usage: status [DIR [DIR...]]\n\n  Shows the status of one, many or all pistoned folders.  The status is\n  returned in columns.\n\n  The first column's values are:\n     :  Locally unchanged (space)\n    M:  Locally modified since importing\n\n  The second column's values are blanks, unless the --show-updates is passed.\n    M:  Remotely modified since importing\n"
      end