aboutsummaryrefslogtreecommitdiffhomepage
path: root/flag.go
diff options
context:
space:
mode:
Diffstat (limited to 'flag.go')
-rw-r--r--flag.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/flag.go b/flag.go
index f348cbf6..673601d5 100644
--- a/flag.go
+++ b/flag.go
@@ -47,7 +47,7 @@ func init() {
}
func init() {
- methodHelpString := "Method of launching the child process, can be one of \"sudo\", \"bubblewrap\""
+ methodHelpString := "Method of launching the child process, can be one of \"sudo\""
if internal.SdBootedV {
methodHelpString += ", \"systemd\""
}