Skip to content

Commit

Permalink
indent file
Browse files Browse the repository at this point in the history
  • Loading branch information
Thaodan committed Mar 26, 2014
1 parent 1a9d744 commit 55b5c3d
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions src/opt_strings.org
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
*hese are the option strings that cane be given to shpp via -O <option>*
*these are the option strings that cane be given to shpp via -O <option>*

| optstring | valid values* | comment |
|-----------------------+----------------------+------------|
| WARNING_IS_ERROR | true | if set all warnings are threated as error
| stdout | <any> | if output goes to stdout
| keep |<any> | if set shpp don't deletes $tmp_dir
| USE_COLOR |<any>,!n | enable colored output (disabled if there's no stdin present)
| FORCE_COLOR | <any>,!n | forces colored output even when there is no stdin
| verbose_output | <any> | enable verbose messages
| optstring | valid values* | comment |
|------------------+---------------+--------------------------------------------------------------|
| WARNING_IS_ERROR | true | if set all warnings are threated as error |
| stdout | <any> | if output goes to stdout |
| keep | <any> | if set shpp don't deletes $tmp_dir |
| USE_COLOR | <any>,!n | enable colored output (disabled if there's no stdin present) |
| FORCE_COLOR | <any>,!n | forces colored output even when there is no stdin |
| verbose_output | <any> | enable verbose messages |


* legend:
| string | meaning |
|-----------+---------|
| <any> |means that value just needs to be set |
| ! |not |
* legend
| string | meaning |
|--------+---------------------------------------|
| <any> | means that value just needs to be set |
| ! | not |

0 comments on commit 55b5c3d

Please sign in to comment.