Documentation errors

Summary
There are syntax errors in the examples on the documentation site

Steps to reproduce
What I found so far …

at mmctl token generate, the example viotates the syntax:
it reads: mmctl generate testuser test-token
it must be: mmctl token generate testuser test-token

at mmctl token list, the example violates the syntax:
it reads: mmctl user tokens testuser
it mus be: mmctl token list testuser

Expected behavior
correct documentation

Observed behavior
syntax errors in examples