use $0 instead of hardcoded help menu

This commit is contained in:
shvedes 2025-05-25 13:17:50 +02:00
parent a365571566
commit 4854dad81e

View File

@ -76,7 +76,7 @@ on_interrupt() {
}
get_help() {
echo "Usage: ./install.sh [options...] <path>"
echo "Usage: $0 [options...] <path>"
echo " -a Use already existing Photoshop.tar.xz"
echo " -i Install Photoshop"
echo " -u <install path> Uninstall Photoshop"