X-Git-Url: https://git.rapsys.eu/acme/blobdiff_plain/27cdf71e71477b3551643ccc20a4c7eef285e702..b8394ca77f165a8862ab2055ba1b8ae472b2b901:/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; }