diff --git a/cmd/crictl/logs.go b/cmd/crictl/logs.go index bda4065815..ce5f4d2323 100644 --- a/cmd/crictl/logs.go +++ b/cmd/crictl/logs.go @@ -83,6 +83,7 @@ var logsCommand = &cli.Command{ }, &cli.StringFlag{ Name: "stream", + Aliases: []string{"s"}, Usage: "Show specified stream (stdout or stderr). Defaults to both.", }, },