fix docstring on salt-call script

This commit is contained in:
Thomas S Hatch 2011-08-14 22:37:40 -06:00
parent 6367f05cb7
commit 507f7a085a

View file

@ -1,6 +1,7 @@
#!/usr/bin/env python2
'''
Directly call a salt command in the modules, does not require a
Directly call a salt command in the modules, does not require a running salt
minion to run.
'''
import salt.cli