diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2023-06-18 09:59:59 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2024-08-29 05:49:57 +0000 |
commit | 1358bf136f1a355aa7c2495331a6d3a2d1600105 (patch) | |
tree | 23eaeb98a8b6c78fefd1b691e89a49df38b7a9d3 /share/man/container-list.1.rst | |
parent | Completing container actions in container-rebuild manpage description, thanks... (diff) | |
download | compute-tools-1358bf136f1a355aa7c2495331a6d3a2d1600105.tar.xz compute-tools-1358bf136f1a355aa7c2495331a6d3a2d1600105.zip |
Workarounding issue with linebreaks and rst conversion in manpage example sections, thanks to Tom Jampen <tom@cryptography.ch>.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'share/man/container-list.1.rst')
-rw-r--r-- | share/man/container-list.1.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/man/container-list.1.rst b/share/man/container-list.1.rst index 81a394b..674bacf 100644 --- a/share/man/container-list.1.rst +++ b/share/man/container-list.1.rst @@ -106,6 +106,7 @@ Create a SVG image via nwdiag of all started and stopped containers: Create a shell export of all started and stopped containers: sudo container list -f shell + sudo container list -f sh Create a YAML export of all started and stopped containers: |