jmacd / xdelta

open-source binary diff, delta/differential compression tools, VCDIFF/RFC 3284 delta compression
http://xdelta.org
1.1k stars 184 forks source link

Command Line - Output Enhancement #181

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Maybe when command line arguments are passed, but are wrong, you can output the 
message that the '--help'  or '-help' switch will provide help.

Original issue reported on code.google.com by xdeltare...@gmail.com on 29 May 2014 at 12:23

GoogleCodeExporter commented 9 years ago
 Maybe support slashes in command line paramters also. e.g. /help  /S

Original comment by xdeltare...@gmail.com on 29 May 2014 at 12:23

GoogleCodeExporter commented 9 years ago
Yes, maybe it could be done with an environment variable as in

FCHAR=/ xdelta /S old new out.xdelta

FCHAR=: xdelta :S old new out.xdelta

Original comment by josh.mac...@gmail.com on 15 Oct 2014 at 6:13