mirror of
https://github.com/shvedes/photoshop-linux.git
synced 2025-09-06 19:24:55 +00:00
use $0 instead of hardcoded help menu
This commit is contained in:
parent
a365571566
commit
4854dad81e
@ -76,7 +76,7 @@ on_interrupt() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
get_help() {
|
get_help() {
|
||||||
echo "Usage: ./install.sh [options...] <path>"
|
echo "Usage: $0 [options...] <path>"
|
||||||
echo " -a Use already existing Photoshop.tar.xz"
|
echo " -a Use already existing Photoshop.tar.xz"
|
||||||
echo " -i Install Photoshop"
|
echo " -i Install Photoshop"
|
||||||
echo " -u <install path> Uninstall Photoshop"
|
echo " -u <install path> Uninstall Photoshop"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user