summaryrefslogtreecommitdiffhomepage
path: root/runsc/cmd/help.go
diff options
context:
space:
mode:
Diffstat (limited to 'runsc/cmd/help.go')
-rw-r--r--runsc/cmd/help.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/runsc/cmd/help.go b/runsc/cmd/help.go
index 930e8454f..c7d210140 100644
--- a/runsc/cmd/help.go
+++ b/runsc/cmd/help.go
@@ -18,8 +18,8 @@ import (
"context"
"fmt"
- "flag"
"github.com/google/subcommands"
+ "gvisor.dev/gvisor/runsc/flag"
)
// NewHelp returns a help command for the given commander.