correcting typo in EXAMPLES section

-I should be -i

Change-Id: I442f9247d869329a64d03b53c0619acdfd394fdc
This commit is contained in:
Riccardo Pittau 2017-04-05 18:01:51 +02:00
parent a013bad830
commit ebc1f46a82
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ Run all tests on a single file::
Run tests on several files, while also ignoring several errors::
bashate -I E010,E011 file.sh file2.sh
bashate -i E010,E011 file.sh file2.sh
BUGS
====