summaryrefslogtreecommitdiff
path: root/src/couchdb/priv/couch_js/help.h
diff options
context:
space:
mode:
authorRandall Leeds <randall@apache.org>2011-10-02 14:04:27 -0700
committerRandall Leeds <randall@apache.org>2011-10-02 14:08:12 -0700
commitf2211f21f2da9bf78845d3da6d6cb784dd8f1464 (patch)
treed616a44c61fe6801af0323cb73c45c24faecde0d /src/couchdb/priv/couch_js/help.h
parent76d90953bb6e16aec214549d5719b6b7e5fbedfc (diff)
fix couchjs help language and use short options
Diffstat (limited to 'src/couchdb/priv/couch_js/help.h')
-rw-r--r--src/couchdb/priv/couch_js/help.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/couchdb/priv/couch_js/help.h b/src/couchdb/priv/couch_js/help.h
index e7c3af0e..84c83c06 100644
--- a/src/couchdb/priv/couch_js/help.h
+++ b/src/couchdb/priv/couch_js/help.h
@@ -46,12 +46,12 @@ static const char USAGE_TEMPLATE[] =
"\n"
"Options:\n"
"\n"
- " -h, --help display a short help message and exit\n"
- " -V, --version display version information and exit\n"
- " -H, --http install %s cURL bindings (only avaiable\n"
- " if package was built with cURL available)\n"
- " --stack-size=SIZE specify that the interpreter should set the\n"
- " the stack quota for JS contexts to SIZE bytes\n"
+ " -h display a short help message and exit\n"
+ " -V display version information and exit\n"
+ " -H enable %s cURL bindings (only avaiable\n"
+ " if package was built with cURL available)\n"
+ " -S SIZE specify that the interpreter should set the\n"
+ " the stack quota for JS contexts to SIZE bytes\n"
"\n"
"Report bugs at <%s>.\n";