doc/09-accounts.md in ayadn-2.0.12 vs doc/09-accounts.md in ayadn-2.1
- old
+ new
@@ -12,21 +12,21 @@
After your successful login, you will be redirected to the Ayadn authorization page.
Copy the code (token) you will find there and paste it into Ayadn: a new user will be created and automatically logged in.
-*Note: authorizing an already authorized user updates the old content with the new content: token, name, etc.*
+*Note that authorizing an already authorized user updates the meta informations: token, name, etc.*
# SWITCH
Switch between your authorized accounts.
`ayadn switch @ericd`
`ayadn switch ericd`
-Alternative syntax:
+Shortcut:
`ayadn -@ ericd`
List your authorized accounts:
@@ -38,10 +38,12 @@
Unauthorize an Ayadn user account.
`ayadn unauthorize @ericd`
+Shortcut:
+
`ayadn -UA ericd`
-You can specify the `--delete` (`-D`) option to force delete the account folders:
+You can specify the `--delete` (`-D`) option to force delete the account folders (recommended):
`ayadn -UA -D @ericd`