Skip to content

Commit

Permalink
Changed help output to include --nocron
Browse files Browse the repository at this point in the history
The Option --nocron seems to be an alternative to --no-cron but was not documented
  • Loading branch information
boerngen-schmidt-next authored Aug 28, 2024
1 parent 1d59d43 commit 883c282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7003,7 +7003,7 @@ Parameters:
--insecure Do not check the server certificate, in some devices, the api server's certificate may not be trusted.
--ca-bundle <file> Specifies the path to the CA certificate bundle to verify api server's certificate.
--ca-path <directory> Specifies directory containing CA certificates in PEM format, used by wget or curl.
--no-cron Only valid for '--install' command, which means: do not install the default cron job.
--no-cron, --nocron Only valid for '--install' command, which means: do not install the default cron job.
In this case, the certs will not be renewed automatically.
--no-profile Only valid for '--install' command, which means: do not install aliases to user profile.
--no-color Do not output color text.
Expand Down

0 comments on commit 883c282

Please sign in to comment.