From: Michael Orlitzky Date: Sun, 28 Jul 2013 20:43:36 +0000 (-0400) Subject: Drop two periods for consistency. X-Git-Tag: 0.2.0~17 X-Git-Url: https://gitweb.michael.orlitzky.com/?p=haeredes.git;a=commitdiff_plain;h=03fd57187f32ac5f0e6a1590d42afcae738fddb2 Drop two periods for consistency. --- diff --git a/src/CommandLine.hs b/src/CommandLine.hs index 0ea89a0..b489c7e 100644 --- a/src/CommandLine.hs +++ b/src/CommandLine.hs @@ -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