diff --git a/workflow/scripts/plot_profile.sh b/workflow/scripts/plot_profile.sh
index caa70561e986847374b3620583835b270747daef..b31596a1d623e01cf3e003106a1972a420224e3a 100755
--- a/workflow/scripts/plot_profile.sh
+++ b/workflow/scripts/plot_profile.sh
@@ -69,7 +69,7 @@ run_main() {
 
   # Parsing options
   OPTIND=1 # Reset OPTIND
-  while getopts :g:h opt
+  while getopts :gh opt
       do
           case $opt in
               g) gtf=$OPTARG;;