ShellPkg: Add error prompt message in Ifconfig6 command.
v2: update the prompt message more readable. It should display error prompt message when Ifconfig6 can not configure correctly. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Zhang Lubo <lubo.zhang@intel.com> Cc: Ye Ting <ting.ye@intel.com> Cc: Fu Siyuan <siyuan.fu@intel.com> Cc: Wu Jiaxin <jiaxin.wu@intel.com> Reviewed by : Wu Jiaxin <jiaxin.wu@intel.com> Reviewed-by: Ye Ting <ting.ye@intel.com> Reviewed-by: Hegde Nagaraj P <nagaraj-p.hegde@hpe.com> Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>
This commit is contained in:
@ -61,7 +61,7 @@
|
||||
#string STR_PING_RTT #language en-US "\nRtt(round trip time) min=%d~%dms max=%d~%dms avg=%d~%dms\r\n"
|
||||
|
||||
#string STR_IFCONFIG_UNSUPPORTED_OPTION #language en-US "The option '%H%s%N' is unsupported now.\n"
|
||||
#string STR_IFCONFIG_LACK_OPTION #language en-US "Flags lack.\n"
|
||||
#string STR_IFCONFIG_LACK_OPTION #language en-US "Flags lack. Please type 'ifConfig -?' for help info.\n"
|
||||
#string STR_IFCONFIG_LACK_INTERFACE #language en-US "Lack interface name.\n"
|
||||
#string STR_IFCONFIG_LACK_COMMAND #language en-US "Lack interface config option.\n"
|
||||
#string STR_IFCONFIG_INVALID_INTERFACE #language en-US "Invalid interface name.\n"
|
||||
|
Reference in New Issue
Block a user