diff options
author | Louie S <louie@example.com> | 2024-01-24 20:41:37 -0500 |
---|---|---|
committer | Louie S <louie@example.com> | 2024-01-24 20:41:37 -0500 |
commit | 23ec010a79e1d7f210d67839df2b08d94aa9a636 (patch) | |
tree | ec9db4ef21d03afd138b834aa9a1feaa79caa663 /rom-desktop-entry-generator.sh | |
parent | ecd74e21ca0c3853ba300ce3d405ecf7c4fb69ec (diff) |
Diffstat (limited to 'rom-desktop-entry-generator.sh')
-rwxr-xr-x | rom-desktop-entry-generator.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rom-desktop-entry-generator.sh b/rom-desktop-entry-generator.sh index 8986844..c50b8dd 100755 --- a/rom-desktop-entry-generator.sh +++ b/rom-desktop-entry-generator.sh @@ -232,7 +232,7 @@ while true; do help exit ;; - 'i'|'--icon-dir') + '-i'|'--icon-dir') shift ICON_SOURCE_DIR="$1" shift |