Fix execution time elapsed description

This commit is contained in:
Iulian Onofrei
2016-10-03 11:30:47 +03:00
committed by Caio Gondim
parent ae227b2d4c
commit da66119ef7

View File

@@ -241,7 +241,7 @@ NOTE: You do not need to specify *end* segment - it will be added automatically.
|Variable|Default|Meaning |Variable|Default|Meaning
|--------|-------|-------| |--------|-------|-------|
|`BULLETTRAIN_EXEC_TIME_SHOW`|`false`|Show/hide that segment |`BULLETTRAIN_EXEC_TIME_SHOW`|`false`|Show/hide that segment
|`BULLETTRAIN_EXEC_TIME_ELAPSED`|5|Elapsed time of command execution |`BULLETTRAIN_EXEC_TIME_ELAPSED`|5|Minimum elapsed time of command execution. If the execution time of a command is smaller than this, the segment will be hidden.
|`BULLETTRAIN_EXEC_TIME_BG`|`yellow`|Background color |`BULLETTRAIN_EXEC_TIME_BG`|`yellow`|Background color
|`BULLETTRAIN_EXEC_TIME_FG`|`black`|Foreground color |`BULLETTRAIN_EXEC_TIME_FG`|`black`|Foreground color