Commit 1e99a1f
committed
Don't give timing information with options version / help options
When requesting e.g. the doxygen version ore usage and having the debug option time enabled we get:
```
doxygen -d time -version
0.000 sec: 1.13.0 (391da4e*)
```
The time info is a bit disturbing her (although requested), I think it is better to have:
```
doxygen -d time -version
1.13.0 (391da4e*)
```
This is also supplied when using `doxygen -version -d time`!1 parent 391da4e commit 1e99a1f
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11106 | 11106 | | |
11107 | 11107 | | |
11108 | 11108 | | |
| 11109 | + | |
11109 | 11110 | | |
11110 | 11111 | | |
11111 | 11112 | | |
| |||
11124 | 11125 | | |
11125 | 11126 | | |
11126 | 11127 | | |
| 11128 | + | |
11127 | 11129 | | |
11128 | 11130 | | |
11129 | 11131 | | |
| |||
11151 | 11153 | | |
11152 | 11154 | | |
11153 | 11155 | | |
| 11156 | + | |
11154 | 11157 | | |
11155 | 11158 | | |
11156 | 11159 | | |
| |||
0 commit comments