mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-18 19:04:38 +00:00
doc: update list of aliases for the env command
* add link to askenv man-page * add printenv Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
parent
12dfc68c20
commit
bf92db1033
1 changed files with 2 additions and 1 deletions
|
@ -40,9 +40,10 @@ the UEFI variables.
|
|||
|
||||
The next commands are kept as alias and for compatibility:
|
||||
|
||||
+ *askenv* = *env ask*
|
||||
+ :doc:`askenv <askenv>` = *env ask*
|
||||
+ *editenv* = *env edit*
|
||||
+ *grepenv* = *env grep*
|
||||
+ :doc:`printenv <printenv>` = *env print*
|
||||
+ *run* = *env run*
|
||||
+ *setenv* = *env set*
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue