README.md in desi-0.7.0 vs README.md in desi-0.7.1

- old
+ new

@@ -25,15 +25,15 @@ $ desi restart # (Re)start cluster (even if active) $ desi stop # Stop cluster $ desi status [--host HOST] # Show running cluster info $ desi tail # Show tail output from Elastic Search's log file $ desi current # Show current version - $ desi current [VERSION] # Change the symlink pointing to current version + $ desi current VERSION # Change the symlink pointing to current version $ desi indices "^foo" # List all indices whose name match /^foo/ $ desi indices "^foo" --delete # Delete all matching indices - $ desi indices "^foo" --close # Delete all matching indices + $ desi indices "^foo" --close # Close all matching indices $ desi indices "bar$" --empty # Remove all records from the matching indices ## Examples (command-line and Ruby) ### Installing Elastic Search @@ -186,11 +186,9 @@ ## TODO * add more tests - * `desi upgrade` (Upgrade to latest version and migrate data) - * `desi switch VERSION` (Switch currently active ES version to VERSION) * plugin management ? (list, install, remove ES plugins) ## Contributing 1. Fork it