From 90968556d34c34dab90a1335ef9afe3dcb6065ef Mon Sep 17 00:00:00 2001 From: Davide Madrisan Date: Mon, 28 May 2012 23:11:36 +0200 Subject: [PATCH] pck-update: fix syntax error in getopt --long argument Signed-off-by: Davide Madrisan --- plugins/pck-update.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/pck-update.in b/plugins/pck-update.in index b6c3c94..5f8923e 100644 --- a/plugins/pck-update.in +++ b/plugins/pck-update.in @@ -193,7 +193,7 @@ exec_options=`LC_ALL=C getopt \ --long \ update,action:,define:,login:,specfile:,arch:,\ server-download:,server-upload:,server:,\ -changelog:,nosrpm,norpm,list-check,update-autobuildreq\ +changelog:,nosrpm,norpm,list-check,update-autobuildreq,\ force-update,force-build,force-install,force-download,force,\ ignore-test:,clear,format,log,rebuild,root:,\ debug,quiet,colorize,help,version,\