The pause 'prompt' parameter now requires quotes around the message.

This commit is contained in:
Tim Bielawa 2012-10-12 23:48:08 -04:00
parent 8dadf8a905
commit 8831e59700

View file

@ -32,5 +32,5 @@ examples:
- description: Pause until you can verify updates to an application were successful.
code: pause
- description: A helpful reminder of what to look out for post-update.
code: pause prompt=Make sure org.foo.FooOverload exception is not present
code: pause prompt="Make sure org.foo.FooOverload exception is not present"
'''