diff --git a/vlib/v/pref/pref.v b/vlib/v/pref/pref.v index a15b183f72..8a5af4d7fd 100644 --- a/vlib/v/pref/pref.v +++ b/vlib/v/pref/pref.v @@ -257,7 +257,7 @@ pub fn parse_args(args []string) (&Preferences, string) { '-stats' { res.is_stats = true } - '-obfuscate' { + '-obf', '-obfuscate' { res.obfuscate = true } '-translated' {