Clean up nmcli docs (#33596)

This patch cleans up the documentation for `nmcli` module.
pull/33538/merge
Major Hayden 7 years ago committed by Matt Martz
parent 425537861a
commit 666692069d

@ -465,9 +465,10 @@ EXAMPLES='''
type: ethernet
state: present
# Exit Status's:
# - nmcli exits with status 0 if it succeeds, a value greater than 0 is
# returned if an error occurs.
# nmcli exits with status 0 if it succeeds and exits with a status greater
# than zero when there is a failure. The following list of status codes may be
# returned:
#
# - 0 Success - indicates the operation succeeded
# - 1 Unknown or unspecified error
# - 2 Invalid user input, wrong nmcli invocation

Loading…
Cancel
Save