From 4d81938155ce1c12100422008db0a8383e36e638 Mon Sep 17 00:00:00 2001 From: "Gavin M. Roy" Date: Fri, 22 Aug 2014 14:57:59 -0400 Subject: [PATCH] Change the format for syntax highlighitng --- README.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 56871a4..d609479 100644 --- a/README.md +++ b/README.md @@ -5,20 +5,20 @@ awesome applications. CLI Usage --------- -```usage: sprockets [-h] [-l] [-d] [-s] [-v] [--version] - {http,amqp} ... application -positional arguments: - {http,amqp} Available sprockets application controllers - http HTTP Application Controller - amqp RabbitMQ Worker Controller - application The sprockets app to run - -optional arguments: - -h, --help show this help message and exit - -l, --list List installed sprockets apps - -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 -``` \ No newline at end of file + usage: sprockets [-h] [-l] [-d] [-s] [-v] [--version] + {http,amqp} ... application + + positional arguments: + {http,amqp} Available sprockets application controllers + http HTTP Application Controller + amqp RabbitMQ Worker Controller + application The sprockets app to run + + optional arguments: + -h, --help show this help message and exit + -l, --list List installed sprockets apps + -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