aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmd/fpkg/start.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/fpkg/start.go')
-rw-r--r--cmd/fpkg/start.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/fpkg/start.go b/cmd/fpkg/start.go
index 498a3f35..6b92fcca 100644
--- a/cmd/fpkg/start.go
+++ b/cmd/fpkg/start.go
@@ -11,7 +11,7 @@ import (
func actionStart(args []string) {
set := flag.NewFlagSet("start", flag.ExitOnError)
var dropShell bool
- set.BoolVar(&dropShell, "s", false, "Drop to a shell on activation")
+ set.BoolVar(&dropShell, "s", false, "Drop to a shell")
// Ignore errors; set is set for ExitOnError.
_ = set.Parse(args)