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'",