Skip to content

Commit

Permalink
Corrected help message for a33b280
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongjiewu committed Sep 6, 2012
1 parent bca4a12 commit 31bab19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/java/voldemort/VoldemortAdminTool.java
Expand Up @@ -622,8 +622,8 @@ public static void printHelp(PrintStream stream, OptionParser parser) throws IOE
stream.println("\t\t./bin/voldemort-admin-tool.sh --fetch-entries --url [url] --node [node-id]");
stream.println("\t9) Update entries for a set of stores using the output from a binary dump fetch entries");
stream.println("\t\t./bin/voldemort-admin-tool.sh --update-entries [folder path from output of --fetch-entries --outdir] --url [url] --node [node-id] --stores [comma-separated list of store names]");
stream.println("\t10) Query a store for a set of keys on a specific node. Notice that the --store option is not prural");
stream.println("\t\t./bin/voldemort-admin-tool.sh --query-keys [comma-separated list of keys] --url [url] --node [node-id] --store [store name]");
stream.println("\t10) Query stores for a set of keys on a specific node.");
stream.println("\t\t./bin/voldemort-admin-tool.sh --query-keys [comma-separated list of keys] --url [url] --node [node-id] --stores [comma-separated list of store names]");
stream.println();
stream.println("READ-ONLY OPERATIONS");
stream.println("\t1) Retrieve metadata information of read-only data for a particular node and all stores");
Expand Down

0 comments on commit 31bab19

Please sign in to comment.