-
Notifications
You must be signed in to change notification settings - Fork 24
/
help.txt
21 lines (18 loc) · 854 Bytes
/
help.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
bat - battery management utility for Linux laptops
Usage:
bat [OPTIONS] COMMAND [arg]
Options:
-d, --debug Display debug information. Please use this when filing an
issue.
-h, --help Display this help document and exit.
-v, --version Display version information and exit.
Commands:
capacity Print the current battery level.
health Print the battery health status.
persist Persist the current threshold between restarts.
reset Undoes the persistence setting of the charging threshold
between restarts.
status Print the charging status.
threshold num Print the current charging threshold limit. If num is
specified (which should be a value between 1 and 100) this
will set a new charging threshold limit.