mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #47729 from UtahDave/fix_get_info_doc
fix cli example to match function name
This commit is contained in:
commit
1a93f060fb
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