]> Raphaël G. Git Repositories - acme/commitdiff
Fix usage
authorRaphaël Gertz <git@rapsys.eu>
Wed, 1 Mar 2017 09:39:01 +0000 (10:39 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Wed, 1 Mar 2017 09:39:01 +0000 (10:39 +0100)
letsconf

index 869c90b18538e377e7e3f511f94c74b5a9031f6c..e4b70cfa506040c5cf15656efec8f1ef23ead6ed 100755 (executable)
--- 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;
 }