Skip to content

Commit

Permalink
all: imp docs, log changes
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneOne1 committed Mar 30, 2021
1 parent c8206b0 commit 844c4e0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/Bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Please answer the following questions for yourself before submitting an issue. *

### Issue Details

<!-- Please include all relevant details about the environment you experienced the bug in. -->
<!-- Please include all relevant details about the environment you experienced the bug in. You may also paste here the output of `./AdGuardHome -v --version` inside the installation directory. -->

* **Version of AdGuard Home server:**
* <!-- (e.g. v0.123.4) -->
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ and this project adheres to

### Added

- Verbose version output with `-v --version` ([#2416]).
- The ability to set a custom TLD for known local-network hosts ([#2393]).
- The ability to serve DNS queries on multiple hosts and interfaces ([#1401]).
- `ips` and `text` DHCP server options ([#2385]).
Expand Down Expand Up @@ -44,6 +45,7 @@ and this project adheres to
[#2385]: https://github.com/AdguardTeam/AdGuardHome/issues/2385
[#2393]: https://github.com/AdguardTeam/AdGuardHome/issues/2393
[#2412]: https://github.com/AdguardTeam/AdGuardHome/issues/2412
[#2416]: https://github.com/AdguardTeam/AdGuardHome/issues/2416
[#2498]: https://github.com/AdguardTeam/AdGuardHome/issues/2498
[#2533]: https://github.com/AdguardTeam/AdGuardHome/issues/2533
[#2541]: https://github.com/AdguardTeam/AdGuardHome/issues/2541
Expand Down
2 changes: 1 addition & 1 deletion internal/home/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ var versionArg = arg{
}

var helpArg = arg{
"Print this help",
"Print this help. Show more detailed version description with -v",
"help", "",
nil, nil, func(o options, exec string) (effect, error) {
return func() error { _ = printHelp(exec); os.Exit(64); return nil }, nil
Expand Down

0 comments on commit 844c4e0

Please sign in to comment.