Skip to content

Commit c1820aa

Browse files
committed
Changing no options text
1 parent e5f39ee commit c1820aa

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/access-control/permissions/all.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Retrieve a list of all iTwin Platform permissions.
44

55
## Options
66

7-
(No options required for this command)
7+
(This command does not have any options)
88

99
## Examples
1010

docs/auth/info.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Display authentication information. This command access current authentication s
44

55
## Options
66

7-
(No options required for this command)
7+
(This command does not have any options)
88

99
## Examples
1010

docs/auth/logout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Log out of the Bentley authentication session. This command clears the current a
44

55
## Options
66

7-
(No options required for this command)
7+
(This command does not have any options)
88

99
## Examples
1010

docs/context/clear.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Clear the cached context.
44

55
## Options
66

7-
(No options required for this command)
7+
(This command does not have any options)
88

99
## Examples
1010

docs/context/info.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Display the cached context.
44

55
## Options
66

7-
(No options required for this command)
7+
(This command does not have any options)
88

99
## Examples
1010

docs/imodel/connection/auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Ensures the user has a valid token for long-running connection tasks. This must
44

55
## Options
66

7-
(No options required for this command)
7+
(This command does not have any options)
88

99
## Examples
1010

docs/user/me.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Retrieve information about the currently authenticated user.
44

55
## Options
66

7-
(No options required for this command)
7+
(This command does not have any options)
88

99
## Examples
1010

src/commands/docs-generator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export default class DocsGenerator extends BaseCommand {
8787
returnContent.push(options);
8888
}
8989
else {
90-
returnContent.push("(No options required for this command)");
90+
returnContent.push("(This command does not have any options)");
9191
}
9292

9393
returnContent.push('## Examples',

0 commit comments

Comments
 (0)