From 1cb31604a19fb416f04943563c9e7325f625e47c Mon Sep 17 00:00:00 2001 From: spf13 Date: Thu, 18 Dec 2014 22:41:49 -0500 Subject: [PATCH] small formatting change to readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 67c4eff..528233d 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,9 @@ In this example we are attaching it to the root, but commands can be attached at ### Assign flags to a command -Since the flags are defined and used in different locations, we need to define a variable outside with the correct scope to assign the flag to work with. +Since the flags are defined and used in different locations, we need to +define a variable outside with the correct scope to assign the flag to +work with. var Verbose bool var Source string