diff options
| author | Kaushal Subedi | 2015-10-26 21:25:34 -0600 |
|---|---|---|
| committer | Kaushal Subedi | 2015-10-26 21:25:34 -0600 |
| commit | f9f290984c33b651b3d5c3f5e5b6b13adaf8cdc8 (patch) | |
| tree | c843410c1a391bb5a64a6c4b68996f82deca5dff | |
| parent | dd9ae7343e8a2c75cd0a86a204653c5403fc7894 (diff) | |
| download | gomove-f9f290984c33b651b3d5c3f5e5b6b13adaf8cdc8.tar.bz2 | |
added default value for safe mode to false
| -rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ func main() { }, cli.StringFlag{ Name: "safe-mode, s", + Value: "false", Usage: "run program in safe mode (comments will be wiped)", }, } |
