replaced % with $

All of the other commands start with $, so it is better to be consistant.
pull/137/head
Siddharth Dushantha 5 years ago committed by GitHub
parent a7fff6799d
commit 32920d7c23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -92,7 +92,7 @@ Sherlock. This invocation hides the progress text that Sherlock normally
outputs, and instead shows the verbose output of the tests.
```
% python3 -m unittest tests.all --buffer --verbose
$ python3 -m unittest tests.all --buffer --verbose
```
Note that the tests are very much a work in progress. Significant work is

Loading…
Cancel
Save