Docs: Remove battery options
This commit is contained in:
parent
6c5eb6a7ae
commit
bf67d5be11
|
@ -450,8 +450,6 @@ alias neofetch2="neofetch \
|
||||||
--gtk3 on/off Enable/Disable gtk3 theme/icons output
|
--gtk3 on/off Enable/Disable gtk3 theme/icons output
|
||||||
--shell_path on/off Enable/Disable showing \$SHELL path
|
--shell_path on/off Enable/Disable showing \$SHELL path
|
||||||
--shell_version on/off Enable/Disable showing \$SHELL version
|
--shell_version on/off Enable/Disable showing \$SHELL version
|
||||||
--battery_num num Which battery to display, default value is 'all'
|
|
||||||
--battery_shorthand on/off Whether or not each battery gets its own line/title
|
|
||||||
--ip_host url Url to ping for public IP
|
--ip_host url Url to ping for public IP
|
||||||
--song_shorthand on/off Print the Artist/Title on seperate lines
|
--song_shorthand on/off Print the Artist/Title on seperate lines
|
||||||
--birthday_shorthand on/off Shorten the output of birthday
|
--birthday_shorthand on/off Shorten the output of birthday
|
||||||
|
|
4
neofetch
4
neofetch
|
@ -2913,8 +2913,6 @@ usage() { cat << EOF
|
||||||
--gtk3 on/off Enable/Disable gtk3 theme/icons output
|
--gtk3 on/off Enable/Disable gtk3 theme/icons output
|
||||||
--shell_path on/off Enable/Disable showing \$SHELL path
|
--shell_path on/off Enable/Disable showing \$SHELL path
|
||||||
--shell_version on/off Enable/Disable showing \$SHELL version
|
--shell_version on/off Enable/Disable showing \$SHELL version
|
||||||
--battery_num num Which battery to display, default value is 'all'
|
|
||||||
--battery_shorthand on/off Whether or not each battery gets its own line/title
|
|
||||||
--ip_host url Url to ping for public IP
|
--ip_host url Url to ping for public IP
|
||||||
--song_shorthand on/off Print the Artist/Title on seperate lines
|
--song_shorthand on/off Print the Artist/Title on seperate lines
|
||||||
--birthday_shorthand on/off Shorten the output of birthday
|
--birthday_shorthand on/off Shorten the output of birthday
|
||||||
|
@ -3042,8 +3040,6 @@ getargs() {
|
||||||
--gtk3) gtk3="$2" ;;
|
--gtk3) gtk3="$2" ;;
|
||||||
--shell_path) shell_path="$2" ;;
|
--shell_path) shell_path="$2" ;;
|
||||||
--shell_version) shell_version="$2" ;;
|
--shell_version) shell_version="$2" ;;
|
||||||
--battery_num) battery_num="$2" ;;
|
|
||||||
--battery_shorthand) battery_shorthand="$2" ;;
|
|
||||||
--ip_host) public_ip_host="$2" ;;
|
--ip_host) public_ip_host="$2" ;;
|
||||||
--song_shorthand) song_shorthand="$2" ;;
|
--song_shorthand) song_shorthand="$2" ;;
|
||||||
--birthday_shorthand) birthday_shorthand="$2" ;;
|
--birthday_shorthand) birthday_shorthand="$2" ;;
|
||||||
|
|
|
@ -85,12 +85,6 @@ Enable/Disable showing $SHELL path
|
||||||
.B \--shell_version 'on/off'
|
.B \--shell_version 'on/off'
|
||||||
Enable/Disable showing $SHELL version
|
Enable/Disable showing $SHELL version
|
||||||
.TP
|
.TP
|
||||||
.B \--battery_num 'num'
|
|
||||||
Which battery to display, default value is 'all'
|
|
||||||
.TP
|
|
||||||
.B \--battery_shorthand 'on/off'
|
|
||||||
Whether or not each battery gets its own line/title
|
|
||||||
.TP
|
|
||||||
.B \--ip_host 'url'
|
.B \--ip_host 'url'
|
||||||
URL to ping for public IP
|
URL to ping for public IP
|
||||||
.TP
|
.TP
|
||||||
|
|
Reference in New Issue