Skip to content

Commit

Permalink
Newline
Browse files Browse the repository at this point in the history
  • Loading branch information
pepa65 committed Sep 27, 2023
1 parent e3e959d commit 0edcb16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![GoDoc](https://godoc.org/github.com/pepa65/bat?status.svg)](https://godoc.org/github.com/pepa65/bat)
![Continuous Integration](https://github.com/pepa65/bat/actions/workflows/ci.yaml/badge.svg)

# bat v0.12.1
# bat v0.12.2
**Manage battery charge limit**

* Repo: github.com/pepa65/bat
Expand All @@ -11,7 +11,7 @@
* Required: Linux-5.4-rc1+ systemd-244+

```
bat v0.12.1 - Manage battery charge limit
bat v0.12.2 - Manage battery charge limit
Repo: github.com/pepa65/bat
Usage: bat <option>
Options (every option except 's[tatus]' needs root privileges):
Expand Down
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
)

const (
version = "0.12.1"
version = "0.12.2"
years = "2023"
prefix = "chargelimit-"
syspath = "/sys/class/power_supply/"
Expand Down Expand Up @@ -283,7 +283,7 @@ func main() {
if batselect != "" {
bselect = fmt.Sprintf("BAT_SELECT=%s ", batselect)
}
fmt.Printf("[%s] Charge limit set, to make it persist, run:\n%sbat persist", bat, bselect)
fmt.Printf("[%s] Charge limit set, to make it persist, run:\n%sbat persist\n", bat, bselect)
}
default:
usage()
Expand Down

0 comments on commit 0edcb16

Please sign in to comment.