From 4854dad81ebef105335c52dd2162e644b971e0fd Mon Sep 17 00:00:00 2001 From: shvedes Date: Sun, 25 May 2025 13:17:50 +0200 Subject: [PATCH] use $0 instead of hardcoded help menu --- photoshop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/photoshop.sh b/photoshop.sh index ce1e3ea..e480e03 100755 --- a/photoshop.sh +++ b/photoshop.sh @@ -76,7 +76,7 @@ on_interrupt() { } get_help() { - echo "Usage: ./install.sh [options...] " + echo "Usage: $0 [options...] " echo " -a Use already existing Photoshop.tar.xz" echo " -i Install Photoshop" echo " -u Uninstall Photoshop"