mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fix docstring on salt-call script
This commit is contained in:
parent
6367f05cb7
commit
507f7a085a
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue