diff options
author | Ruiyu Ni <ruiyu.ni@intel.com> | 2016-12-15 15:28:45 +0800 |
---|---|---|
committer | Ruiyu Ni <ruiyu.ni@intel.com> | 2016-12-16 09:32:28 +0800 |
commit | 7dede0a219859dccf21b622d205a9b8801e4a078 (patch) | |
tree | 1ead39180dff2bdbfc5d822071f75227b1981c34 /ShellPkg/Library | |
parent | b6fea56cb536423f0b1f99a467f02b9133a8b424 (diff) | |
download | edk2-platforms-7dede0a219859dccf21b622d205a9b8801e4a078.tar.xz |
ShellPkg/setvar: Correct typo in setvar help message
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
Diffstat (limited to 'ShellPkg/Library')
-rw-r--r-- | ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.uni | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.uni b/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.uni index bd1726bf13..06865a42a2 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.uni +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.uni @@ -813,9 +813,9 @@ " 3. If = is not specified, then the current variable contents are displayed.\r\n"
" 4. If =data is specified, then the variable's value is changed to the value\r\n"
" specified by data.\r\n"
-" 5. -bs, -rt and -nv are only useful if the variable already exists.\r\n"
-" 6. If the variable already exists and the attributes cannot be changed,\r\n"
-" then -1 is returned. \r\n"
+" 5. -bs, -rt and -nv are only useful if the variable does not exist.\r\n"
+" 6. If the variable already exists, the attributes cannot be changed, and the"
+" flags will be ignored.\r\n"
".SH RETURNVALUES\r\n"
" \r\n"
"RETURN VALUES:\r\n"
|