fix indentation
This commit is contained in:
parent
0db312e8a0
commit
e4e6f51bdb
26
update
26
update
@ -43,19 +43,19 @@ interrupt_function() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
help() {
|
help() {
|
||||||
echo "Usage: update [OPTION]"
|
echo "Usage: update [OPTION]"
|
||||||
echo
|
echo
|
||||||
echo "options:"
|
echo "options:"
|
||||||
echo "no option same as -p"
|
echo "no option same as -p"
|
||||||
echo "-f updates using flatpak update only"
|
echo "-f updates using flatpak update only"
|
||||||
echo "-p updates using a pacman-wrapper only"
|
echo "-p updates using a pacman-wrapper only"
|
||||||
echo "-a updates using flatpak update and a pacman-wrapper"
|
echo "-a updates using flatpak update and a pacman-wrapper"
|
||||||
echo "-g shutdowns the computer afterwards"
|
echo "-g shutdowns the computer afterwards"
|
||||||
echo "-r reboots the computer afterwards"
|
echo "-r reboots the computer afterwards"
|
||||||
echo "--help displays this message"
|
echo "--help displays this message"
|
||||||
echo "--preview shows a preview of pkg's and flatpaks which can be updated"
|
echo "--preview shows a preview of pkg's and flatpaks which can be updated"
|
||||||
echo "--version prints out the version number"
|
echo "--version prints out the version number"
|
||||||
echo "--backup just does the before-backup without updating"
|
echo "--backup just does the before-backup without updating"
|
||||||
}
|
}
|
||||||
|
|
||||||
lock_pacman_db() {
|
lock_pacman_db() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user