Skip to content

Make default config match usage docs - #42

Open
ranma42 wants to merge 1 commit into
google:mainfrom
ranma42:fix-config-default
Open

Make default config match usage docs#42
ranma42 wants to merge 1 commit into
google:mainfrom
ranma42:fix-config-default

Conversation

@ranma42

Copy link
Copy Markdown

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.

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.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@ranma42