summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--up.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/up.go b/up.go
index 836850d..97a53d0 100644
--- a/up.go
+++ b/up.go
@@ -70,7 +70,7 @@ import (
var (
// TODO: dangerous? immediate? raw? unsafe? ...
// FIXME(akavel): mark the unsafe mode vs. safe mode with some colour or status; also inform/mark what command's results are displayed...
- unsafeMode = pflag.BoolP("unsafe", "U", false, "enable mode in which command is executed immediately after any change")
+ unsafeMode = pflag.Bool("unsafe-full-throttle", false, "enable mode in which command is executed immediately after any change")
)
func main() {