# File lib/piston/commands/diff.rb, line 43 def self.detailed_help "usage: diff [DIR [...]]\n\n This operation has the effect of producing a diff between the pristine upstream\n (at the last updated revision) and your local version. In other words, it\n gives you the changes you have made in your repository that have not been\n incorporated upstream.\n" end