Dear SVNKit,
please find attached a minor client fix.
Index:
svnkit-cli/src/org/tmatesoft/svn/cli/AbstractSVNCommandEnvironment.java
===================================================================
---
svnkit-cli/src/org/tmatesoft/svn/cli/AbstractSVNCommandEnvironment.java
(revision 1402)
+++
svnkit-cli/src/org/tmatesoft/svn/cli/AbstractSVNCommandEnvironment.java
(working copy)
@@ -130,7 +130,7 @@
SVNDebugLog.getDefaultLog().error(e);
SVNErrorMessage err = e.getErrorMessage();
if (err.getErrorCode() == SVNErrorCode.CL_INSUFFICIENT_ARGS
|| err.getErrorCode() == SVNErrorCode.CL_ARG_PARSING_ERROR) {
- err = err.wrap("Try '{0} help' for more info",
getProgramName());
+ err = err.wrap("Try ''{0} help'' for more info",
getProgramName());
}
handleError(err);
while(err != null) {
Cheers,
/nm
---------------------------------------------------------------------
To unsubscribe, e-mail:
svnkit-users-unsubscribe@...
For additional commands, e-mail:
svnkit-users-help@...