diff --git a/utils/stream_parser/stream_parser/ConsoleHostedServiceOptions.cs b/utils/stream_parser/stream_parser/ConsoleHostedServiceOptions.cs index d744e549d..749d20922 100644 --- a/utils/stream_parser/stream_parser/ConsoleHostedServiceOptions.cs +++ b/utils/stream_parser/stream_parser/ConsoleHostedServiceOptions.cs @@ -20,7 +20,7 @@ namespace StreamParser [Option("decrypt", Default = false, HelpText = "Decrypt the \"Encrypted\" packets.")] public bool Decrypt { get; set; } - [Option("decompress", Default = false, HelpText = "Which opcodes to attempt to decompress")] + [Option("decompress", Default = null, HelpText = "Which opcodes to attempt to decompress")] public IEnumerable DecompressOpcodes { get; set; } } }