We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d10fc87 commit e166d86Copy full SHA for e166d86
alterlinux-desktop-file/alterlinux-desktop-file
@@ -23,6 +23,7 @@ _help() {
23
echo " by the presence or absence of the installer."
24
echo
25
echo " --alterlive Remove the file for live session"
26
+ echo " If you specify --alterlive, --live is also specified automatically."
27
}
28
29
# Argument analysis and processing
@@ -56,6 +57,7 @@ while true; do
56
57
;;
58
--alterlive)
59
alterlive=true
60
+ checklive=true
61
shift 1
62
63
--)
0 commit comments