Skip to content

Commit 1a2a352

Browse files
Doc corrections
1 parent 37ac28f commit 1a2a352

File tree

2 files changed

+13
-15
lines changed

2 files changed

+13
-15
lines changed

CHANGELOG.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,23 @@
66

77
#### Subcommand and Long Option Inference
88

9-
If the `RABBITMQADMIN_NON_INTERACTIVE_MODE` is not set to `true`, this tool
10-
now can infer subcommand and --long-option names.
9+
If the `RABBITMQADMIN_NON_INTERACTIVE_MODE` is not set to `true`, this tool
10+
now can infer subcommand and --long-option names.
1111

12-
This means that a subcommand can be referenced with its unique prefix,
13-
that is,
12+
This means that a subcommand can be referenced with its unique prefix,
13+
that is,
1414

15-
* 'del queue' will be inferred as 'delete queue'
16-
* 'del q --nam "a.queue"' will be inferred as 'delete queue --name "a.queue"'
15+
* 'del queue' will be inferred as 'delete queue'
16+
* 'del q --nam "a.queue"' will be inferred as 'delete queue --name "a.queue"'
1717

18-
To enable each feature, set the following environment variables to
19-
'true':
18+
To enable each feature, set the following environment variables to
19+
'true':
2020

21-
* `RABBITMQADMIN_INFER_SUBCOMMANDS`
22-
* `RABBITMQADMIN_INFER_LONG_OPTIONS`
21+
* `RABBITMQADMIN_INFER_SUBCOMMANDS`
22+
* `RABBITMQADMIN_INFER_LONG_OPTIONS`
2323

24-
This feature is only mean to be used interactively. For non-interactive
25-
use, it can be potentially dangerous and therefore requires
26-
an explicit opt-in from the user.
24+
This feature is only mean to be used interactively. For non-interactive
25+
use, it can be potentially too dangerous to allow.
2726

2827
#### Intentionally Restricted Environment Variable Support
2928

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -496,8 +496,7 @@ To enable each feature, set the following environment variables to
496496
* `RABBITMQADMIN_INFER_LONG_OPTIONS`
497497

498498
This feature is only mean to be used interactively. For non-interactive
499-
use, it can be potentially dangerous and therefore requires
500-
an explicit opt-in from the user.
499+
use, it can be potentially too dangerous to allow.
501500

502501

503502
## Configuration Files

0 commit comments

Comments
 (0)