From 7005860c3cb263cf91300fe7033b5701f1854646 Mon Sep 17 00:00:00 2001 From: David Dollar Date: Wed, 23 Jun 2010 19:03:33 -0400 Subject: [PATCH] more docs tweaks --- man/foreman.1.ronn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man/foreman.1.ronn b/man/foreman.1.ronn index 93c3f8b..bfea4d3 100644 --- a/man/foreman.1.ronn +++ b/man/foreman.1.ronn @@ -60,15 +60,15 @@ These options control all modes of foreman's operation. Start one instance of each process type, interleave the output on stdout: - $ foreman start + $ `foreman start` Export the application in upstart format: - $ foreman export upstart /etc/init + $ `foreman export upstart /etc/init` Run one process type from the application defined in a specific Procfile: - $ foreman start alpha -p ~/app/Procfile + $ `foreman start alpha -p ~/app/Procfile` ## COPYRIGHT