Skip to content

Commit

Permalink
README -> README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dsp committed Dec 29, 2010
1 parent bc4f0f4 commit 7e0a9fa
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
23 changes: 0 additions & 23 deletions README

This file was deleted.

23 changes: 23 additions & 0 deletions 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] <host> <db>
-r Regex to select a document by id
-d Delete selected documents
-u <username> 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.

0 comments on commit 7e0a9fa

Please sign in to comment.