Skip to content

Commit

Permalink
Applying comment
Browse files Browse the repository at this point in the history
Changing alias to just k

Co-authored-by: Sascha Grunert <sgrunert@redhat.com>
  • Loading branch information
fformica and saschagrunert authored Feb 27, 2024
1 parent 64e373b commit 09b9303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/crictl/container.go
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ var removeContainerCommand = &cli.Command{
},
&cli.BoolFlag{
Name: "keep-logs",
Aliases: []string{"kl"},
Aliases: []string{"k"},
Usage: "Preserve the container log file and its rotations",
},
&cli.BoolFlag{
Expand Down

0 comments on commit 09b9303

Please sign in to comment.