Too many positional arguments error on site create

Hi,
This is my first ee server. Ee seems to have installed, but I get:
Too many positional arguments: help siteQVIBA
every time I run: ee site create www.example.com --type=wp --cache --locale=pl_PL [email protected] --admin-user=somebody --admin-pass=somepassword --ssl=le
Is it an error or is my site create command incorrect?
What should I do?

OK, my command was indeed incorrect. There were some intruding words
Actually I used:
ee site create www.example.com --type=wp --cache --locale=pl_PL [email protected] --admin-user=somename --admin-pass=somepass help siteQVIBA --ssl=le
I don’t know how ‘help siteQVIBA’ got into into it.
Having corrected my command, the site was installing nicely, but then I was required to:
Enter your mail id:
I didn’t know what a mail id was, so I entered some name to pass as an id, which seems to have been the wrong guess, I received:

Warning: It seems you're in local environment or used invalid email or there is some issue with network, please check logs. Skipping letsencrypt.
Warning: [invalidEmail] This email is unacceptable (e.g., it is invalid): Error creating new account :: not a valid e-mail address (on request "POST https://acme-v02.api.letsencrypt.org/acme/new-acct")
Warning: Initiating clean-up.
[www.example.com] Docker Containers removed.
[www.example.com] site root removed.
Site www.example.com deleted.

I tried reentering the site create command, but no luck:

Configuring project.
Creating WordPress site www.example.com
Copying configuration files.
Starting site's services.
Downloading and configuring WordPress.
Checking and verifying site-up status. This may take some time.

Installing WordPress site.
Success: https://www.example.com has been created successfully!
Warning: It seems you're in local environment or used invalid email or there is some issue with network, please check logs. Skipping letsencrypt.
Warning: [invalidEmail] This email is unacceptable (e.g., it is invalid): Error creating new account :: not a valid e-mail address (on request "POST https://acme-v02.api.letsencrypt.org/acme/new-acct")
Warning: Initiating clean-up.
[www.example.com] Docker Containers removed.
[www.example.com] site root removed.
Site www.example.com deleted.

I wasn’t even asked to provide the correct email id.
What do I need to remove / edit?

@j-u You can set correct email by:

ee config set le-mail [email protected]

Thank you. Great! Working super fast!