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,20 +5,20 @@ awesome applications.
CLI Usage CLI Usage
--------- ---------
```usage: sprockets [-h] [-l] [-d] [-s] [-v] [--version]
{http,amqp} ... application
positional arguments: usage: sprockets [-h] [-l] [-d] [-s] [-v] [--version]
{http,amqp} Available sprockets application controllers {http,amqp} ... application
http HTTP Application Controller
amqp RabbitMQ Worker Controller positional arguments:
application The sprockets app to run {http,amqp} Available sprockets application controllers
http HTTP Application Controller
optional arguments: amqp RabbitMQ Worker Controller
-h, --help show this help message and exit application The sprockets app to run
-l, --list List installed sprockets apps
-d, --daemonize Fork into a background process optional arguments:
-s, --syslog Log to syslog -h, --help show this help message and exit
-v, --verbose Verbose logging output -l, --list List installed sprockets apps
--version show program's version number and exit -d, --daemonize Fork into a background process
``` -s, --syslog Log to syslog
-v, --verbose Verbose logging output
--version show program's version number and exit