X-Git-Url: https://git.rapsys.eu/acme/blobdiff_plain/107df9a9faca7078d45c623ece51f818ecb29a38..d395b0780b72d66dafefde068827f848f4790ecf:/letsconf 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; }