spiegel_podman/cmd/podman/containers
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
..
attach.go Allow '/' to prefix container names to match Docker 2022-12-26 07:37:43 -05:00
checkpoint.go man pages and command help: clean up descriptions 2023-05-28 18:57:43 +02:00
cleanup.go New system tests for conflicting options 2022-12-21 06:23:29 -05:00
clone.go implement podman update 2022-09-01 13:02:01 -04:00
commit.go Allow '/' to prefix container names to match Docker 2022-12-26 07:37:43 -05:00
container.go bump go module to version 4 2022-01-18 12:47:07 +01:00
cp.go podman cp: fix copying with "." suffix 2022-11-14 09:38:02 +01:00
create.go Add --restart flag to pod create 2023-05-02 10:29:58 -04:00
diff.go cmd/podman: switch to golang native error wrapping 2022-06-30 12:58:57 +02:00
exec.go Allow '/' to prefix container names to match Docker 2022-12-26 07:37:43 -05:00
exists.go Allow '/' to prefix container names to match Docker 2022-12-26 07:37:43 -05:00
export.go Run make codespell 2023-03-21 16:00:54 -04:00
init.go Allow '/' to prefix container names to match Docker 2022-12-26 07:37:43 -05:00
inspect.go shell completion: update podman inspect --type options 2022-05-19 14:04:22 +02:00
kill.go Allow '/' to prefix container names to match Docker 2022-12-26 07:37:43 -05:00
list.go bump go module to version 4 2022-01-18 12:47:07 +01:00
logs.go Allow '/' to prefix container names to match Docker 2022-12-26 07:37:43 -05:00
mount.go Allow '/' to prefix container names to match Docker 2022-12-26 07:37:43 -05:00
pause.go fix: move filter flags from StringSliceVar to StringArrayVar 2023-05-25 16:53:14 +02:00
port.go Allow '/' to prefix container names to match Docker 2022-12-26 07:37:43 -05:00
prune.go Allow '/' to prefix container names to match Docker 2022-12-26 07:37:43 -05:00
ps.go fix: move filter flags from StringSliceVar to StringArrayVar 2023-05-25 16:53:14 +02:00
rename.go Allow '/' to prefix container names to match Docker 2022-12-26 07:37:43 -05:00
restart.go fix: move filter flags from StringSliceVar to StringArrayVar 2023-05-25 16:53:14 +02:00
restore.go man pages and command help: clean up descriptions 2023-05-28 18:57:43 +02:00
rm.go fix: move filter flags from StringSliceVar to StringArrayVar 2023-05-25 16:53:14 +02:00
run.go bump golangci-lint to v1.50.1 2022-12-15 13:39:56 +01:00
runlabel.go Allow '/' to prefix container names to match Docker 2022-12-26 07:37:43 -05:00
start.go fix: move filter flags from StringSliceVar to StringArrayVar 2023-05-25 16:53:14 +02:00
stats.go Allow '/' to prefix container names to match Docker 2022-12-26 07:37:43 -05:00
stop.go fix: move filter flags from StringSliceVar to StringArrayVar 2023-05-25 16:53:14 +02:00
top.go Allow '/' to prefix container names to match Docker 2022-12-26 07:37:43 -05:00
unmount.go man pages and command help: clean up descriptions 2023-05-28 18:57:43 +02:00
unpause.go fix: move filter flags from StringSliceVar to StringArrayVar 2023-05-25 16:53:14 +02:00
update.go man pages and command help: clean up descriptions 2023-05-28 18:57:43 +02:00
wait.go Allow '/' to prefix container names to match Docker 2022-12-26 07:37:43 -05:00