diff options
author | Saku Ytti <saku@ytti.fi> | 2013-04-21 18:06:02 +0300 |
---|---|---|
committer | Saku Ytti <saku@ytti.fi> | 2013-04-21 18:06:02 +0300 |
commit | 30f2826bbb49fa6d18ba5a8b98c69aeeb984eb30 (patch) | |
tree | 3d7cb90e9b91761727a71f3556bb98936de74b3e /README.md | |
parent | 4a01f154c1873b898476ff8765ced02c9a916746 (diff) |
Dont reimplement 'cmd', call #cmd from #get
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ # API ## Input * gets config from nodes - * must implement 'connect', 'get' + * must implement 'connect', 'get', 'cmd' * 'ssh' and 'telnet' implemented ## Output |