diff --git a/xCAT-server/share/xcat/scripts/configMellanox b/xCAT-server/share/xcat/scripts/configMellanox index 2b7b0f224..b92dd57d0 100755 --- a/xCAT-server/share/xcat/scripts/configMellanox +++ b/xCAT-server/share/xcat/scripts/configMellanox @@ -380,7 +380,7 @@ sub config_vlan { { if (!$access_vlan) { print "NOTE: Hybrid mode will change access VLAN back to 1\n"; - print "If other than 1, run the command again with access VLAN number: \n" + print "If other than 1, run the command again with access VLAN number: \n"; print " configMellanox --switches switchnames --port port --accessvlan vlan1 --allowvlan vlan2 --mode mode\n"; $access_vlan = 1; }