# File lib/piston/commands/switch.rb, line 119
      def self.detailed_help
        "usage: switch NEW_REPOSITORY_ROOT DIR\n\n  This operation changes the remote location from A to B, keeping local\n  changes.  If any local modifications were done, they will be preserved.\n  If merge conflicts occur, they will not be taken care of, and your subsequent\n  commit will fail.\n\n  Piston will refuse to update a folder if it has pending updates.  Run\n  'svn update' on the target folder to update it before running Piston\n  again.\n"
      end