]> gitweb.michael.orlitzky.com - haeredes.git/blobdiff - src/CommandLine.hs
Drop two periods for consistency.
[haeredes.git] / src / CommandLine.hs
index 0ea89a0173c56456162c10ab882dc1dc35e84341..b489c7eb686670f7bfa7d515be99d3ff509513dc 100644 (file)
@@ -48,13 +48,13 @@ my_summary = program_name ++ "-" ++ (showVersion version)
 
 no_append_root_help :: String
 no_append_root_help =
-  "Don't append a trailing dot to DNS names."
+  "Don't append a trailing dot to DNS names"
 
 -- | Help string for the --server flag.
 server_help :: String
 server_help =
   "IP address or hostname of server to query " ++
-  "(will use resolv.conf if not specified)."
+  "(will use resolv.conf if not specified)"
 
 -- | The Args type represents the possible command-line options. The
 --   duplication here seems necessary; CmdArgs' magic requires us to