Merge branch 'master' of git@github.com:thatch45/salt

This commit is contained in:
Joseph Hall 2011-03-15 11:28:57 -06:00
commit 330cfe66b7

View file

@ -115,7 +115,7 @@ class SaltCMD(object):
if not docs.has_key(fun):
if ret[host][fun]:
docs[fun] = ret[host][fun]
for fun in docs:
for fun in sorted(docs):
print fun + ':'
print docs[fun]
print ''