Commit 0f5fcfb
committed
Make default config match usage docs
The usage doc for the `config` flag was misleading.
Before it was documented as:
```
--config string config file (default is ./test-server.yaml)
```
but the actual default was an empty string.
After the change it is documented as:
```
--config string config file (default "test-server.yaml")
```
and the default is as described.1 parent 963208c commit 0f5fcfb
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
0 commit comments