summaryrefslogtreecommitdiffhomepage
path: root/runsc/cmd/syscalls.go
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-02-10 22:02:20 +0000
committergVisor bot <gvisor-bot@google.com>2020-02-10 22:02:20 +0000
commit2a3cdf7f3d8d7ef3edb547662e4302dbcab97762 (patch)
tree3ffd548276e4f4900a45ac333cabafff8801b498 /runsc/cmd/syscalls.go
parenta4969141930ea0bd8b4b45ba0887713ddd4b572f (diff)
parent3e8b38d08bbe200a11909bc268e66e4ee1d27d79 (diff)
Merge release-20200127.0-114-g3e8b38d (automated)
Diffstat (limited to 'runsc/cmd/syscalls.go')
-rw-r--r--runsc/cmd/syscalls.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/runsc/cmd/syscalls.go b/runsc/cmd/syscalls.go
index fb6c1ab29..7072547be 100644
--- a/runsc/cmd/syscalls.go
+++ b/runsc/cmd/syscalls.go
@@ -25,9 +25,9 @@ import (
"strconv"
"text/tabwriter"
- "flag"
"github.com/google/subcommands"
"gvisor.dev/gvisor/pkg/sentry/kernel"
+ "gvisor.dev/gvisor/runsc/flag"
)
// Syscalls implements subcommands.Command for the "syscalls" command.