summaryrefslogtreecommitdiff
path: root/src/couchdb/priv/couch_js/help.h
AgeCommit message (Collapse)Author
2011-10-02fix couchjs help language and use short optionsRandall Leeds
2011-10-02improve argument parsing in couchjsRandall Leeds
This change makes argument parsing in couchjs more robust: * Removes the need for couchjs script * Adds long options * Makes all the options to couchjs available (fix COUCHDB-893) Conflicts: bin/Makefile.am bin/couchjs.tpl.in configure.ac