cmd/fpkg/start: correct drop to shell wording
Activation no longer happens during application startup. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
parent
5125e96ecf
commit
c1a459a0b1
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user