Re: How to make the diff file?

"Konrad Meyer" <[email protected]> Sat, 7 Oct 2006 12:40:17 -0700
Newsgroups gmane.comp.lang.ruby.documentation
Message-ID <[email protected]>
On 10/7/06, John Gabriele <[email protected]> wrote:
> That is to say, you can make your diff using either the plain "diff"
> program, or else using the "cvs diff" command.

So the syntax is something like:
  diff -pu1 oldfile.rb newfile.rb
Am I correct? When I do this, I get a message saying "extra operand
`newfile.rb'".
-- 
Konrad Meyer