spiegel_podman/cmd/podman/machine
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
..
os Implement machine provider selection 2023-04-28 17:47:10 +03:00
info.go Implement machine provider selection 2023-04-28 17:47:10 +03:00
init.go man pages and command help: clean up descriptions 2023-05-28 18:57:43 +02:00
inspect.go Implement machine provider selection 2023-04-28 17:47:10 +03:00
list.go Implement machine provider selection 2023-04-28 17:47:10 +03:00
machine.go Implement machine provider selection 2023-04-28 17:47:10 +03:00
machine_unix.go Fix podman machine on Windows 2022-06-30 16:21:59 -05:00
machine_unsupported.go go fmt: use go 1.18 conditional-build syntax 2022-03-18 09:11:53 +01:00
machine_windows.go Fix podman machine on Windows 2022-06-30 16:21:59 -05:00
os.go Introduce podman machine os apply 2023-02-15 14:48:12 -05:00
platform.go MVP for Podman Machine with AppleHV 2023-05-02 13:09:56 -05:00
platform_darwin.go Set machine docker.sock according to rootful flag 2023-05-14 23:56:15 -05:00
platform_windows.go Implement machine provider selection 2023-04-28 17:47:10 +03:00
rm.go Document podman-machine-default behavior 2023-05-15 14:23:17 -04:00
set.go man pages and command help: clean up descriptions 2023-05-28 18:57:43 +02:00
ssh.go Document podman-machine-default behavior 2023-05-15 14:23:17 -04:00
start.go Document podman-machine-default behavior 2023-05-15 14:23:17 -04:00
stop.go Document podman-machine-default behavior 2023-05-15 14:23:17 -04:00