summaryrefslogtreecommitdiffhomepage
path: root/runsc/cmd/pause.go
diff options
context:
space:
mode:
Diffstat (limited to 'runsc/cmd/pause.go')
-rw-r--r--runsc/cmd/pause.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/runsc/cmd/pause.go b/runsc/cmd/pause.go
index 9c0e92001..6f95a9837 100644
--- a/runsc/cmd/pause.go
+++ b/runsc/cmd/pause.go
@@ -17,10 +17,10 @@ package cmd
import (
"context"
- "flag"
"github.com/google/subcommands"
"gvisor.dev/gvisor/runsc/boot"
"gvisor.dev/gvisor/runsc/container"
+ "gvisor.dev/gvisor/runsc/flag"
)
// Pause implements subcommands.Command for the "pause" command.