diff --git a/example/SeqTail/Program.cs b/example/SeqTail/Program.cs index 8ecc666..b3a13b6 100644 --- a/example/SeqTail/Program.cs +++ b/example/SeqTail/Program.cs @@ -16,14 +16,13 @@ class Program const string Usage = @"seq-tail: watch a Seq query from your console. Usage: - seq-tail.exe [--filter=] [--apikey=] [--window=] + seq-tail.exe [--filter=] [--apikey=] seq-tail.exe (-h | --help) Options: -h --help Show this screen. --filter= Filter expression or free text to match. --apikey= Seq API key. - --window= Window size [default: 100]. ";