mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fix cli example to match function name
This commit is contained in:
parent
00a13761c7
commit
443a2d72a2
1 changed files with 1 additions and 1 deletions
|
@ -510,7 +510,7 @@ def get_system_info():
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
salt 'minion-id' system.get_info
|
||||
salt 'minion-id' system.get_system_info
|
||||
'''
|
||||
os_type = {1: 'Work Station',
|
||||
2: 'Domain Controller',
|
||||
|
|
Loading…
Add table
Reference in a new issue