diff options
author | Mason Chang <mchang@mozilla.com> | 2016-07-20 08:28:02 -0700 |
---|---|---|
committer | Mason Chang <mchang@mozilla.com> | 2016-07-20 08:28:02 -0700 |
commit | 3c854d084b87c9d1fd1377521c389065adc337b8 (patch) | |
tree | 6e9662fa621c5ffa6ae30a06386f36ca09204228 | |
parent | 36169e6b4aad467eaa5ba2559be3e13e83f6c6a0 (diff) | |
download | servo-3c854d084b87c9d1fd1377521c389065adc337b8.tar.gz servo-3c854d084b87c9d1fd1377521c389065adc337b8.zip |
fix typo in documentation
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index a8c7add2919..00d8a650d71 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ URL with servo). `INTERVAL` seconds - `-s SIZE` sets the tile size for painting; defaults to 512 - `-z` disables all graphical output; useful for running JS / layout tests -- `-z help` displays useful output to debug servo +- `-Z help` displays useful output to debug servo ### Keyboard Shortcuts |