From 0f3ae82475bde3bbb9d2fa5951941d60f8186b2a Mon Sep 17 00:00:00 2001 From: Larry Marburger Date: Tue, 16 Jul 2013 16:01:47 -0400 Subject: [PATCH] Call out -C/--config flags --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index ced38780..c98a75aa 100644 --- a/README.md +++ b/README.md @@ -145,11 +145,7 @@ This directs puma to start the control server on localhost port 9293. Additional ### Configuration file -You can also provide a configuration file which puma will use: - - $ puma --config /path/to/config - -or +You can also provide a configuration file which puma will use with the `-C` (or `--config`) flag: $ puma -C /path/to/config