Re: [PATCH] svnrdump "help" displays subcommand-specific documentation

2010-12-15 Thread C. Michael Pilato
On 12/15/2010 08:37 AM, Prabhu Gnana Sundar wrote: > Hi, > > This patch makes the "svnrdump's" help to display the > subcommand-specific documentation. > ( similar to "svn", "svnlook", "svnadmin" ...) > > Previously, "svnrdump dump --help" does *not* display the > help-documentation correspondin

[PATCH] svnrdump "help" displays subcommand-specific documentation

2010-12-15 Thread Prabhu Gnana Sundar
Hi, This patch makes the "svnrdump's" help to display the subcommand-specific documentation. ( similar to "svn", "svnlook", "svnadmin" ...) Previously, "svnrdump dump --help" does *not* display the help-documentation corresponding to "dump", but "svnrdump help dump" did as expected. Meanwhile,