From e8d1f81292792d087cfb8863634259153cbce96d Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Jul 17 2013 20:32:51 +0000 Subject: Update prepare_getOptions file. - Remove `directories' from possible options. --- diff --git a/Automation/Modules/Prepare/Scripts/prepare_getOptions.sh b/Automation/Modules/Prepare/Scripts/prepare_getOptions.sh index 264585d..9ac104f 100755 --- a/Automation/Modules/Prepare/Scripts/prepare_getOptions.sh +++ b/Automation/Modules/Prepare/Scripts/prepare_getOptions.sh @@ -34,7 +34,7 @@ function prepare_getOptions { local ARGSS="h,v,q" # Define long options we want to support. - local ARGSL="help,version,quiet,yes,packages,links,images,manuals,all,directories,synchronize" + local ARGSL="help,version,quiet,yes,packages,links,images,manuals,all,synchronize" # Define module arguments local to this function. This is very # important in order to provide option parsing for different