From 1a4acc435e2c8063ae8f30bb62c95e1c423d181f Mon Sep 17 00:00:00 2001 From: eth-p <32112321+eth-p@users.noreply.github.com> Date: Fri, 7 Sep 2018 10:56:59 -0700 Subject: [PATCH] Typo --- src/app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.rs b/src/app.rs index 0dc239fd..8be7c184 100644 --- a/src/app.rs +++ b/src/app.rs @@ -190,7 +190,7 @@ impl App { .long("plain") .conflicts_with("style") .conflicts_with("number") - .help("Show plain style (alias for '--style=plain'.") + .help("Show plain style (alias for '--style=plain').") .long_help( "Only show plain style, no decorations. This is an alias for \ '--style=plain'",