aboutsummaryrefslogtreecommitdiffstats
path: root/main.go
diff options
context:
space:
mode:
authorKaushal Subedi2015-10-26 21:25:34 -0600
committerKaushal Subedi2015-10-26 21:25:34 -0600
commitf9f290984c33b651b3d5c3f5e5b6b13adaf8cdc8 (patch)
treec843410c1a391bb5a64a6c4b68996f82deca5dff /main.go
parentdd9ae7343e8a2c75cd0a86a204653c5403fc7894 (diff)
downloadgomove-f9f290984c33b651b3d5c3f5e5b6b13adaf8cdc8.tar.bz2
added default value for safe mode to false
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index d235495..dbc3e93 100644
--- a/main.go
+++ b/main.go
@@ -28,6 +28,7 @@ func main() {
},
cli.StringFlag{
Name: "safe-mode, s",
+ Value: "false",
Usage: "run program in safe mode (comments will be wiped)",
},
}