diff options
Diffstat (limited to 'runsc/cmd/gofer.go')
-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. |