mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-10 08:44:39 +01:00
uboot-mediatek: fix readmem command help message
Correct the order of the arguments. Signed-off-by: Shiji Yang <yangshiji66@outlook.com> Link: https://github.com/openwrt/openwrt/pull/21109 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
c2c38469a8
commit
409b2f41a1
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@
|
||||||
+U_BOOT_CMD_COMPLETE(
|
+U_BOOT_CMD_COMPLETE(
|
||||||
+ readmem, CONFIG_SYS_MAXARGS, 3, do_env_readmem,
|
+ readmem, CONFIG_SYS_MAXARGS, 3, do_env_readmem,
|
||||||
+ "get environment variable from memory address",
|
+ "get environment variable from memory address",
|
||||||
+ "name [-b] address size\n"
|
+ "[-b] name address size\n"
|
||||||
+ " - store memory address to env variable\n"
|
+ " - store memory address to env variable\n"
|
||||||
+ " \"-b\": read binary ethaddr",
|
+ " \"-b\": read binary ethaddr",
|
||||||
+ var_complete
|
+ var_complete
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue