Skip to content

Commit 956712f

Browse files
committed
limactl edit: update command description
Signed-off-by: Norio Nomura <[email protected]>
1 parent 031ceb4 commit 956712f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/limactl/edit.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ import (
2323

2424
func newEditCommand() *cobra.Command {
2525
editCommand := &cobra.Command{
26-
Use: "edit INSTANCE",
27-
Short: "Edit an instance of Lima",
26+
Use: "edit INSTANCE|FILE.yaml",
27+
Short: "Edit an instance of Lima or a template",
2828
Args: WrapArgsError(cobra.MaximumNArgs(1)),
2929
RunE: editAction,
3030
ValidArgsFunction: editBashComplete,

0 commit comments

Comments
 (0)