diff --git a/cmd/fpkg/start.go b/cmd/fpkg/start.go index 498a3f3..6b92fcc 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)