mirror of
https://github.com/containers/podman.git
synced 2025-12-08 14:48:48 +08:00
Better usage synopses for subcommands
Conceptually simple: include, where applicable, a brief description of command-line options for each subcommand. Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
@@ -42,7 +42,7 @@ var (
|
||||
" any time with the podman start <container_id> command. The container" +
|
||||
" will be created with the initial state 'created'."
|
||||
_createCommand = &cobra.Command{
|
||||
Use: "create",
|
||||
Use: "create [flags] IMAGE [COMMAND [ARG...]]",
|
||||
Short: "Create but do not start a container",
|
||||
Long: createDescription,
|
||||
RunE: func(cmd *cobra.Command, args []string) error {
|
||||
|
||||
Reference in New Issue
Block a user