summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMateusz Czapliński <czapkofan@gmail.com>2018-10-25 22:43:30 +0200
committerMateusz Czapliński <czapkofan@gmail.com>2018-10-25 22:43:30 +0200
commit2e4e42b33a25a8fca5f3cf3187866e94270b706a (patch)
tree4d6f16c7a945002aac5e11a8b856e7b8e81b8467
parent61e1696fe92ab4e08db1c51880e61e492726f4ae (diff)
rename unsafe 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() {