Author: danielsh
Date: Wed Sep 5 11:40:16 2012
New Revision: 1381148
URL: http://svn.apache.org/viewvc?rev=1381148&view=rev
Log:
* tools/server-side/svnauthz-validate.c
(usage): Fix typo.
Found by: philip
Modified:
subversion/trunk/tools/server-side/svnauthz-validate.c
Modified: subversion/trunk/tools/server-side/svnauthz-validate.c
URL:
http://svn.apache.org/viewvc/subversion/trunk/tools/server-side/svnauthz-validate.c?rev=1381148&r1=1381147&r2=1381148&view=diff
==============================================================================
--- subversion/trunk/tools/server-side/svnauthz-validate.c (original)
+++ subversion/trunk/tools/server-side/svnauthz-validate.c Wed Sep 5 11:40:16
2012
@@ -46,8 +46,8 @@ usage(const char *argv0)
{
printf("Usage: %s FILE [--username USER [--path FSPATH] [--repository
REPOS_NAME]]\n\n", argv0);
printf("Loads the authz file at FILE and validates its syntax.\n"
- "Optionally prints the access available to USER for PATH in\n"
- "repository with authz name REPOS_NAME. If PATH is omitted,
reports\n"
+ "Optionally prints the access available to USER for FSPATH in\n"
+ "repository with authz name REPOS_NAME. If FSPATH is omitted,
reports\n"
"whether USER has any access at all.\n"
"Returns:\n"
" 0 when syntax is OK.\n"