diff options
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2024-04-17 10:06:13 +0200 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2024-04-20 08:17:56 +0200 |
commit | bf92db1033d9ef20243f30751169e2e5b302c2ad (patch) | |
tree | d9c9da1e2e441ea4bdf83f1fd4f568b0e9949603 | |
parent | 12dfc68c204e908fc4bac9e32a982cdfa23f6d55 (diff) |
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>
-rw-r--r-- | doc/usage/cmd/env.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/usage/cmd/env.rst b/doc/usage/cmd/env.rst index 60a294328e8..040076bcc03 100644 --- a/doc/usage/cmd/env.rst +++ b/doc/usage/cmd/env.rst @@ -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* |