diff --git a/docs/manual.md b/docs/manual.md index d11b55d..af4ba6f 100644 --- a/docs/manual.md +++ b/docs/manual.md @@ -17,8 +17,7 @@ SPDX-License-Identifier: CC-BY-4.0 - [Switch between accounts](#switch-between-accounts) - [See the account that you are currently logged in as](#see-the-account-that-you-are-currently-logged-in-as) - [Accounts](#accounts) - - [View your own account](#view-your-own-account) - - [View an account](#view-an-account) + - [View account information](#view-account-information) - [Follow an account](#follow-an-account) - [Unfollow an account](#unfollow-an-account) - [Show an account's followers](#show-an-accounts-followers) @@ -149,9 +148,9 @@ enbas whoami | flag | type | required | description | default | |------|------|----------|-------------|---------| | `type` | string | true | The resource you want to view. Here this should be `account`. | | -| `my-account` | boolean | true | Use this flag to view your own account. | | -| `show-preferences` | boolean | false | Show your posting preferences. | false | -| `account-name` | string | true | The name of the account to view. | | +| `my-account` | boolean | true | Set to `true` to view your own account. | | +| `show-preferences` | boolean | false | Show your posting preferences. Only applicable with the `my-account` flag. | false | +| `account-name` | string | false | The name of the account to view. This is not required with the `my-account` flag. | | | `skip-relationship` | boolean | false | Set to `true` to skip viewing your relationship to the account you are viewing (including the private note if you've created one). | false | Additional flags for viewing an account's statuses.