Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

Commit

Permalink
the yaml file is optional
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcz committed Mar 13, 2020
1 parent 0b15714 commit ad94497
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ GLOBAL OPTIONS:
--ldapUser value OpenLDAP bind username (optional) [$LDAP_USER]
--ldapPass value OpenLDAP bind password (optional) [$LDAP_PASS]
--interval value Scrape interval (default: 30s) [$INTERVAL]
--config YAML_FILE Configure openldap_exporter from a YAML_FILE
--config YAML_FILE Optional configuration from a YAML_FILE
--help, -h show help (default: false)
```

Expand Down
2 changes: 1 addition & 1 deletion cmd/openldap_exporter/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func main() {
}),
&cli.StringFlag{
Name: config,
Usage: "Configure openldap_exporter from a `YAML_FILE`",
Usage: "Optional configuration from a `YAML_FILE`",
},
}
commands := []*cli.Command{
Expand Down

0 comments on commit ad94497

Please sign in to comment.