diff options
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 |