diff options
author | Ian Gudger <igudger@google.com> | 2018-06-21 08:33:46 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-06-21 08:34:51 -0700 |
commit | ef4f239c793a1a202d3249c6a8139e0602d94d94 (patch) | |
tree | bd35a52b0cae22697b25f4044107b90e5b138227 | |
parent | 95cb01e0a9517f7119e3d848728500692a4f5cba (diff) |
Fix typo in runsc gofer flag description
PiperOrigin-RevId: 201529295
Change-Id: I55eb516ec6d14fbcd48593a3d61f724adc253a23
-rw-r--r-- | runsc/cmd/gofer.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runsc/cmd/gofer.go b/runsc/cmd/gofer.go index 39803bde5..c0b747737 100644 --- a/runsc/cmd/gofer.go +++ b/runsc/cmd/gofer.go @@ -44,7 +44,7 @@ func (*Gofer) Name() string { // Synopsis implements subcommands.Command. func (*Gofer) Synopsis() string { - return "launch a gofer process that server files over 9P protocol (internal use only)" + return "launch a gofer process that serves files over 9P protocol (internal use only)" } // Usage implements subcommands.Command. |