summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrom-desktop-entry-generator.sh2
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