diff options
author | Robert Newson <robert.newson@cloudant.com> | 2012-02-22 17:12:22 +0000 |
---|---|---|
committer | Robert Newson <robert.newson@cloudant.com> | 2012-02-22 17:13:21 +0000 |
commit | 986c86bf4355ea2b772e141d008efd1894b7df30 (patch) | |
tree | 22546c27d8ccacd0775266423217ef91c06013c6 /couchjs/c_src/help.h | |
parent | f5913f7f4d59e8aee16468325497caf33894d3a3 (diff) | |
parent | db23528537fed7b9b0e85d3f3617f560cb52d630 (diff) |
Merge 0.4.x
Diffstat (limited to 'couchjs/c_src/help.h')
-rw-r--r-- | couchjs/c_src/help.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/couchjs/c_src/help.h b/couchjs/c_src/help.h index 84c83c06..c42c9f59 100644 --- a/couchjs/c_src/help.h +++ b/couchjs/c_src/help.h @@ -51,7 +51,7 @@ static const char USAGE_TEMPLATE[] = " -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" + " stack quota for JS contexts to SIZE bytes\n" "\n" "Report bugs at <%s>.\n"; |