fixed invalid doc example for cmd.run

This commit is contained in:
ydavid365 2013-02-01 12:04:06 -08:00 committed by John Albietz
parent 3f9328b4a2
commit fe769beb73
2 changed files with 2 additions and 2 deletions

View file

@ -28301,7 +28301,7 @@ echo "Working hard..."
# writing the state line
echo # an empty line here so the next line will be the last.
echo "changed=yes comment="something\(aqs changed!" whatever=123"
echo "changed=yes comment='something has changed' whatever=123"
.ft P
.fi
.sp

View file

@ -72,7 +72,7 @@ a simple protocol described below:
# writing the state line
echo # an empty line here so the next line will be the last.
echo "changed=yes comment=\"something's changed!\" whatever=123"
echo "changed=yes comment='something has changed' whatever=123"
And an example salt file using this module::