Merge pull request #47729 from UtahDave/fix_get_info_doc

fix cli example to match function name
This commit is contained in:
Nicole Thomas 2018-05-19 07:31:20 -04:00 committed by GitHub
commit 1a93f060fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',