about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-10-16 18:34:28 +0000
committerEric Wong <normalperson@yhbt.net>2015-01-13 03:40:11 +0000
commit591e1dd6c31777c627242064accf6e6f2da067a0 (patch)
tree133d84f4bf55936f814368f91b6b6193ced863ee
parent2b8c6b1ed67f3b33eeea3ba2121d9c6fa0ec57f0 (diff)
downloadmogilefs-client-591e1dd6c31777c627242064accf6e6f2da067a0.tar.gz
Our code integerizes certain results nowadays, so update
the documentation to match.
-rw-r--r--lib/mogilefs/admin.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/mogilefs/admin.rb b/lib/mogilefs/admin.rb
index 9855d8c..a48aaa0 100644
--- a/lib/mogilefs/admin.rb
+++ b/lib/mogilefs/admin.rb
@@ -29,9 +29,9 @@ class MogileFS::Admin < MogileFS::Client
   #
   #   [{"status"=>"alive",
   #     "http_get_port"=>nil,
-  #     "http_port"=>"",
-  #     "hostid"=>"1",
-  #     "hostip"=>"",
+  #     "http_port"=>7500,
+  #     "hostid"=>1,
+  #     "hostip"=>"192.168.1.2",
   #     "hostname"=>"rur-1",
   #     "altip"=>"",
   #     "altmask"=>""}]