From: Raphaƫl Gertz Date: Wed, 1 Mar 2017 09:39:01 +0000 (+0100) Subject: Fix usage X-Git-Tag: 2.0.3~33 X-Git-Url: https://git.rapsys.eu/acme/commitdiff_plain/d395b0780b72d66dafefde068827f848f4790ecf Fix usage --- diff --git a/letsconf b/letsconf index 869c90b..e4b70cf 100755 --- a/letsconf +++ b/letsconf @@ -76,7 +76,7 @@ for (my $i = 0; $i <= $#ARGV; $i++) { # Show usage if (scalar(@ARGV) < 1) { - print "Usage: $0 [(-d|--debian)[=example.com[,...]] [(-r|--redhat)[=example.com[,...]]] [...]\n"; + print "Usage: $0 [(-d|--debian)[=example.com[,...]] [(-r|--redhat)[=example.com[,...]]] [...] > /etc/acmepl/config\n"; exit EXIT_FAILURE; }