diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-12-21 12:11:34 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-12-21 12:11:34 +0100 |
commit | 4523af57f0c8fbcd4ebde3edd35291622576edc9 (patch) | |
tree | 7ed85b678c45c4809689d27482625aedc048d319 /docs/image-mgmt.rst | |
parent | b57aefa306a42241ea1eceae55ea322e2e5fe2a9 (diff) | |
download | vyos-documentation-4523af57f0c8fbcd4ebde3edd35291622576edc9.tar.gz vyos-documentation-4523af57f0c8fbcd4ebde3edd35291622576edc9.zip |
image-mgmt: image name can be passed to 'delete system image'
Diffstat (limited to 'docs/image-mgmt.rst')
-rw-r--r-- | docs/image-mgmt.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/image-mgmt.rst b/docs/image-mgmt.rst index 245a31b7..3b8f04c3 100644 --- a/docs/image-mgmt.rst +++ b/docs/image-mgmt.rst @@ -48,9 +48,11 @@ configured to be the default (:opcmd:`set system image default-boot`). system image` -.. opcmd:: delete system image +.. opcmd:: delete system image [image-name] - Delete no longer needed images from the system. + Delete no longer needed images from the system. You can specify an optional + image name to delete, the image name can be retrived via a list of available + images can be shown using the :opcmd:`show system image`. .. code-block:: none |