summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2017-01-06 22:44:25 -0500
committerAndrew Gallant <jamslam@gmail.com>2017-01-06 22:45:12 -0500
commit851799f42be4409d4e2498960725e11d0514a0e7 (patch)
tree3150d7864dc7c3d78e44eb2f3b19bf5fcd2ca1b1 /src
parentb65a8c353b1d214f2b26be61b715059727ce94bb (diff)
Fix spacing issue in --help output.
Diffstat (limited to 'src')
-rw-r--r--src/app.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app.rs b/src/app.rs
index 8cbb257d..d262e5de 100644
--- a/src/app.rs
+++ b/src/app.rs
@@ -238,7 +238,7 @@ lazy_static! {
This flag may be provided multiple times. Settings are applied \
iteratively. Colors are limited to one of eight choices: \
red, blue, green, cyan, magenta, yellow, white and black. \
- Styles are limited to nobold, bold, nointense or intense.\n\n
+ Styles are limited to nobold, bold, nointense or intense.\n\n\
The format of the flag is {type}:{attribute}:{value}. {type} \
should be one of path, line or match. {attribute} can be fg, bg \
or style. {value} is either a color (for fg and bg) or a text \