Unable to update Email address for notification

Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. https://crt.sh/?q=example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.

I ran this command: ./certbot-auto register --update-registration --email email@domain.com

It produced this output:

Upgrading certbot-auto 1.0.0 to 1.3.0…
Replacing certbot-auto…
Creating virtual environment…
Installing Python packages…
Installation succeeded.
usage:
certbot-auto [SUBCOMMAND] [options] [-d DOMAIN] [-d DOMAIN] …

Certbot can obtain and install HTTPS/TLS/SSL certificates. By default,
it will attempt to use a webserver both for obtaining and installing the
certificate.
certbot: error: unrecognized arguments: --update-registration

My web server is (include version): Nginx

The operating system my web server runs on is (include version): Amazon Linux 1 / 2

My hosting provider, if applicable, is: AWS

I can login to a root shell on my machine (yes or no, or I don’t know):Yes

I’m using a control panel to manage my site (no, or provide the name and version of the control panel): NO

The version of my client is (e.g. output of certbot --version or certbot-auto --version if you’re using Certbot): Upgrading certbot-auto 1.0.0 to 1.3.0…

modern versions of certbot have a dedicated subcommand for that, try certbot --help

Hi @manishbadgujar

please read

https://certbot.eff.org/docs/using.html

There is no --update-registration.

Thank you for reply,

I would like to update email address, the renewal notice should get to the another email address. Can you please provide me command for it?