lib/aws_logs/help/tail.md in aws-logs-0.3.1 vs lib/aws_logs/help/tail.md in aws-logs-0.3.2

- old
+ new

@@ -50,8 +50,8 @@ To match terms with spaces in it, you'll need quotes around it. Otherise, the match will be an OR of the terms. Example: aws-logs tail /aws/codebuild/demo --filter-pattern '"Wed Nov 27 23"' --since 3h --no-follow -Here's an example of matching with an exclude patter using the `-` (minus sign). +Here's an example of matching with an exclude pattern using the `-` (minus sign). aws-logs tail /aws/codebuild/demo --filter-pattern '"ERROR" - "Exiting"' --since 3h --no-follow