mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
man pages and command help: clean up descriptions
Short description in man pages: * Use imperative form Command help (cobra.Command.Short): * Capitalize first letter * Use imperative form * Remove ending full stop when the short description only contains one sentence without any commas Command help (cobra.Command.Long): * Capitalize first letter unless the sentence starts with a command "podman command ..." * Use imperative form when the long description is identical or almost identical to the short description. This modification was only done in a few places. Command tables: * Use imperative form in the "Description" column [NO NEW TESTS NEEDED] Signed-off-by: Erik Sjölund <erik.sjolund@gmail.com>
This commit is contained in:
@ -15,7 +15,7 @@ podman volume is a set of subcommands that manage volumes.
|
||||
| ------- | ------------------------------------------------------ | ------------------------------------------------------------------------------ |
|
||||
| create | [podman-volume-create(1)](podman-volume-create.1.md) | Create a new volume. |
|
||||
| exists | [podman-volume-exists(1)](podman-volume-exists.1.md) | Check if the given volume exists. |
|
||||
| export | [podman-volume-export(1)](podman-volume-export.1.md) | Exports volume to external tar. |
|
||||
| export | [podman-volume-export(1)](podman-volume-export.1.md) | Export volume to external tar. |
|
||||
| import | [podman-volume-import(1)](podman-volume-import.1.md) | Import tarball contents into an existing podman volume. |
|
||||
| inspect | [podman-volume-inspect(1)](podman-volume-inspect.1.md) | Get detailed information on one or more volumes. |
|
||||
| ls | [podman-volume-ls(1)](podman-volume-ls.1.md) | List all the available volumes. |
|
||||
|
Reference in New Issue
Block a user