Signed-off-by: Henning Schild <henning.schild@xxxxxxxxxxx> --- make-kpkg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/make-kpkg b/make-kpkg index 5cb8ec3..ba663c9 100755 --- a/make-kpkg +++ b/make-kpkg @@ -662,9 +662,10 @@ sub main () { } if ( $config_target - !~ /^(?:|silentold|old|menu|n|x|g|rand|def|all(mod|yes|no))(config)?$/ ) { + !~ /^(?:|silentold|old|olddef|menu|n|x|g|rand|def|all(mod|yes|no))(config)?$/ ) { print - "Config type must be one of {config,silentoldconfig,oldconfig,menuconfig,xconfig,\n"; + "Config type must be one of {config,silentoldconfig,oldconfig,olddefconfig,menuconfig," + . "xconfig,\n"; print " nconfig,gconfig,randconfig,defconfig,allmodconfigallyesconfig,allnoconfig}.\n"; print "use --help to display command line syntax help.\n"; -- 2.4.10 -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list