From 399e3c57c3b8dacfa8e7a175030057277c152abb Mon Sep 17 00:00:00 2001 From: Michael Crosby Date: Fri, 15 Dec 2017 16:40:25 -0500 Subject: [PATCH] Change ctr help for mount from dest to dst dest is not valid, only destination and dst Signed-off-by: Michael Crosby --- cmd/ctr/commands/run/run.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/ctr/commands/run/run.go b/cmd/ctr/commands/run/run.go index fdfc895ec..6dc25a26c 100644 --- a/cmd/ctr/commands/run/run.go +++ b/cmd/ctr/commands/run/run.go @@ -140,7 +140,7 @@ var Command = cli.Command{ }, cli.StringSliceFlag{ Name: "mount", - Usage: "specify additional container mount (ex: type=bind,src=/tmp,dest=/host,options=rbind:ro)", + Usage: "specify additional container mount (ex: type=bind,src=/tmp,dst=/host,options=rbind:ro)", }, cli.StringSliceFlag{ Name: "env",