Adjust documentation on kickstart.mute

This commit is contained in:
Bruno Tavares 2015-09-30 08:37:10 -03:00
parent 16b7005936
commit 6538dd4bde

View File

@ -1,11 +1,13 @@
# kickstart.mute command to run # kickstart.mute command to run
Run the command with stdout and stder outputing to /dev/null. Run the command with stdout and stder outputing to /dev/null.
Inform it is about to run. Inform it is about to run.
Returns the command result
When debug flag is enable, does not redirect stdout or stderr to help debugging.
Returns the command result.
### Example ### Example
```bash ```bash
$ kickstart.mute id root $ kickstart.mute id root
Runnig "id root" Running "id root"
``` ```