diff --git a/README b/README deleted file mode 100644 index c278d42..0000000 --- a/README +++ /dev/null @@ -1,23 +0,0 @@ -couch-batch - a batch delete program for couchdb -=========== - -Couch-batch can delete multiple documents from a couchdb. To select documents -to remove, couch-batch allows you to specify a regex. - -Usage ------ - - java -jar couch-batch-0.1.0-SNAPSHOT-standalone.jar -r "^d+" -u USER -p localhost testdb - -Options are: - - couch-batch [OPTIONS] - -r Regex to select a document by id - -d Delete selected documents - -u Username - -p Prompt for a password - -h Show usage - -Copyright (C) 2010 David Soria Parra - -Licensed under the terms of the Gnu General Public License Version 2 or later diff --git a/README.md b/README.md new file mode 100644 index 0000000..8133f0f --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +## couch-batch - a batch delete program for couchdb + +Couch-batch can delete multiple documents from a couchdb. To select documents +to remove, couch-batch allows you to specify a regex. + +### Usage + + java -jar couch-batch-0.1.0-SNAPSHOT-standalone.jar -r "^d+" -u USER -p localhost testdb + +Options are: + + couch-batch [OPTIONS] + -r Regex to select a document by id + -d Delete selected documents + -u Username + -p Prompt for a password + -h Show usage + +### License +Copyright (C) 2010 David Soria Parra + +This software may be used and distributed according to the terms of the +GNU General Public License version 2 or any later version.