summaryrefslogtreecommitdiffhomepage
path: root/runsc/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'runsc/cmd')
-rw-r--r--runsc/cmd/list.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/runsc/cmd/list.go b/runsc/cmd/list.go
index 481066225..1dcea2af0 100644
--- a/runsc/cmd/list.go
+++ b/runsc/cmd/list.go
@@ -42,7 +42,7 @@ func (*List) Name() string {
// Synopsis implements subcommands.Command.Synopsis.
func (*List) Synopsis() string {
- return "list contaners started by runsc with the given root"
+ return "list containers started by runsc with the given root"
}
// Usage implements subcommands.Command.Usage.