summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/aif.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aif.sh b/src/aif.sh
index ac82664..0db3d6c 100755
--- a/src/aif.sh
+++ b/src/aif.sh
@@ -347,7 +347,7 @@ do
;;
?)
# If we hit something elso, call process_args
- process_args $OPTION $OPTARG # you can override this function in your profile to parse additional arguments and/or override the behavior above
+ process_args -$OPTION $OPTARG # you can override this function in your profile to parse additional arguments and/or override the behavior above
;;
esac