Change the format for syntax highlighitng

This commit is contained in:
Gavin M. Roy 2014-08-22 14:57:59 -04:00
parent 09058e1e73
commit 4d81938155

View file

@ -5,7 +5,8 @@ awesome applications.
CLI Usage CLI Usage
--------- ---------
```usage: sprockets [-h] [-l] [-d] [-s] [-v] [--version]
usage: sprockets [-h] [-l] [-d] [-s] [-v] [--version]
{http,amqp} ... application {http,amqp} ... application
positional arguments: positional arguments:
@ -21,4 +22,3 @@ optional arguments:
-s, --syslog Log to syslog -s, --syslog Log to syslog
-v, --verbose Verbose logging output -v, --verbose Verbose logging output
--version show program's version number and exit --version show program's version number and exit
```