fix cli example to match function name

This commit is contained in:
David Boucha 2018-05-18 10:48:00 -06:00
parent 00a13761c7
commit 443a2d72a2

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