mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-09 16:01:46 +00:00
polish Usage message
This commit is contained in:
parent
b78a2c81d0
commit
8abd3e90aa
4
le.sh
4
le.sh
@ -254,10 +254,10 @@ _initpath() {
|
||||
CA_CERT_PATH=$WORKING_DIR/$domain/ca.cer
|
||||
}
|
||||
|
||||
#issue webroot a.com [www.a.com,b.com,c.com] [key-length] [cert-file-path] [key-file-path] [reloadCmd]
|
||||
|
||||
issue() {
|
||||
if [ -z "$1" ] ; then
|
||||
echo "Usage: $0 webroot a.com [www.a.com,b.com,c.com] [key-length] [cert-file-path] [key-file-path] [ca-cert-file-path] [reloadCmd]"
|
||||
echo "Usage: le issue webroot|no a.com [www.a.com,b.com,c.com]|no [key-length]|no [cert-file-path]|no [key-file-path]|no [ca-cert-file-path]|no [reloadCmd]|no"
|
||||
return 1
|
||||
fi
|
||||
Le_Webroot=$1
|
||||
|
Loading…
Reference in New Issue
Block a user