spiegel_podman/cmd/podman/volumes
Erik Sjölund de92db0c81 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>
2023-05-28 18:57:43 +02:00
..
create.go fix: volume create filters 2023-05-25 21:34:53 +02:00
exists.go man pages and command help: clean up descriptions 2023-05-28 18:57:43 +02:00
export.go cmd/podman: switch to golang native error wrapping 2022-06-30 12:58:57 +02:00
import.go make example volume import, not import volume 2023-01-24 14:29:45 -08:00
inspect.go cmd/podman: switch to golang native error wrapping 2022-06-30 12:58:57 +02:00
list.go fix: move filter flags from StringSliceVar to StringArrayVar 2023-05-25 16:53:14 +02:00
mount.go Add podman volume mount support 2022-02-28 14:26:22 -05:00
prune.go bump go module to version 4 2022-01-18 12:47:07 +01:00
reload.go man pages and command help: clean up descriptions 2023-05-28 18:57:43 +02:00
rm.go When removing objects specifying --force,podman should exit with 0 2022-07-26 16:00:42 -04:00
unmount.go enable staticcheck linter 2022-04-22 12:51:29 +02:00
volume.go bump go module to version 4 2022-01-18 12:47:07 +01:00