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 cd85dabbb..35545e938 100644
--- a/runsc/cmd/help.go
+++ b/runsc/cmd/help.go
@@ -58,7 +58,7 @@ func (*Help) Usage() string {
}
// SetFlags implements subcommands.Command.SetFlags.
-func (h *Help) SetFlags(f *flag.FlagSet) {}
+func (h *Help) SetFlags(*flag.FlagSet) {}
// Execute implements subcommands.Command.Execute.
func (h *Help) Execute(ctx context.Context, f *flag.FlagSet, args ...interface{}) subcommands.ExitStatus {