diff --git a/xCAT-server/lib/xcat/plugins/DBobjectdefs.pm b/xCAT-server/lib/xcat/plugins/DBobjectdefs.pm index 80cdc9ce7..fa1d6fd1b 100644 --- a/xCAT-server/lib/xcat/plugins/DBobjectdefs.pm +++ b/xCAT-server/lib/xcat/plugins/DBobjectdefs.pm @@ -277,7 +277,7 @@ sub processArgs } # -t node is the default value - if (!$::opt_t && !$::opt_a && ($::command eq "lsdef")) + if (!$::opt_t && !$::opt_a && !$::opt_h && ($::command eq "lsdef")) { $::opt_t = 'node'; }