Update strict mode docs

This commit is contained in:
Juan Carlos Mejías Rodríguez 2018-11-25 21:19:56 -05:00
parent bf089d1bfd
commit 45c6f1101d

View File

@ -114,7 +114,7 @@ Debug mode can be enabled through [DEBUG_MODE envvar](#with-envvars) or [-d flag
### Strict mode
In strict mode the script never updates an existent stack, and instead exits with an error. Following the same principle, it never removes an unexistent stack.
In strict mode the script never updates an existent stack nor removes an unexistent one, and instead exits with an error.
Strict mode can be enabled through [STRICT_MODE envvar](#with-envvars) or [-t flag](with-flags).