You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by ra...@apache.org on 2014/05/28 19:33:53 UTC

[3/8] git commit: more work on CLI - added airlift logging and logging config

more work on CLI - added airlift logging and logging config


Project: http://git-wip-us.apache.org/repos/asf/curator/repo
Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/8fd1bc86
Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/8fd1bc86
Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/8fd1bc86

Branch: refs/heads/curator-rpc
Commit: 8fd1bc86fbe3e4bf9f09a496677fd3d57ea53cee
Parents: 1927c33
Author: randgalt <ra...@apache.org>
Authored: Tue May 27 18:13:43 2014 -0500
Committer: randgalt <ra...@apache.org>
Committed: Tue May 27 18:13:43 2014 -0500

----------------------------------------------------------------------
 .../java/org/apache/curator/x/rpc/CuratorProjectionServer.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/curator/blob/8fd1bc86/curator-x-rpc/src/main/java/org/apache/curator/x/rpc/CuratorProjectionServer.java
----------------------------------------------------------------------
diff --git a/curator-x-rpc/src/main/java/org/apache/curator/x/rpc/CuratorProjectionServer.java b/curator-x-rpc/src/main/java/org/apache/curator/x/rpc/CuratorProjectionServer.java
index e2de3f4..6083339 100644
--- a/curator-x-rpc/src/main/java/org/apache/curator/x/rpc/CuratorProjectionServer.java
+++ b/curator-x-rpc/src/main/java/org/apache/curator/x/rpc/CuratorProjectionServer.java
@@ -142,7 +142,7 @@ public class CuratorProjectionServer
         System.out.println("Arguments:");
         System.out.println("\t<none>              show this help");
         System.out.println("\t<path>              path to a properties configuration file");
-        System.out.println("\t<field value> ...   list of values that would be in the JSON configuration file");
+        System.out.println("\t<field value> ...   list of properties of the form: \"field1 value1 ... fieldN valueN\"");
         System.out.println();
 
         Map<String, String> valuesMap = Maps.newTreeMap();