diff options
author | Robert Göhler <github@ghlr.de> | 2020-01-04 14:12:53 +0100 |
---|---|---|
committer | Robert Göhler <github@ghlr.de> | 2020-01-04 14:12:53 +0100 |
commit | 52595595f76d85b20477b61a886a9ff09f17e604 (patch) | |
tree | b33d14410f79ee8c716f22bd765cf9722cd196cf /docs/image-mgmt.rst | |
parent | 156eef177980052027db572e4b60d984626e0081 (diff) | |
parent | a4fbdcf4b01c8a1806576bcd62a6f166b5645dc6 (diff) | |
download | vyos-documentation-52595595f76d85b20477b61a886a9ff09f17e604.tar.gz vyos-documentation-52595595f76d85b20477b61a886a9ff09f17e604.zip |
Merge branch 'master' into newdirectives
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 |