Skip to content

Commit

Permalink
all: fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneOne1 committed Mar 31, 2021
1 parent 521a61d commit 9ba2f68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 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. You may also paste here the output of `./AdGuardHome -v --version` inside the installation directory. -->
<!-- Please include all relevant details about the environment you experienced the bug in. If possible, include the result of running `./AdGuardHome -v --version` from the installation directory. -->

* **Version of AdGuard Home server:**
* <!-- (e.g. v0.123.4) -->
Expand Down
1 change: 0 additions & 1 deletion internal/home/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ var versionArg = arg{
}
os.Exit(0)

// If this really needed?
return nil
}, nil
},
Expand Down
4 changes: 2 additions & 2 deletions internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ const (
vFmtDepsHdr = "Dependencies:"
)

// Verbose prints formatted build information into w. Output example:
// Verbose returns formatted build information. Output example:
//
// AdGuard Home
// Version: v0.105.3
Expand All @@ -145,7 +145,7 @@ const (
// Dependencies:
// ...
//
// TODO(e.burkov): Make it work into passed io.Writer.
// TODO(e.burkov): Make it write into passed io.Writer.
func Verbose() (v string) {
b := &strings.Builder{}

Expand Down

0 comments on commit 9ba2f68

Please sign in to comment.