Skip to content

Commit adab79f

Browse files
committed
chore: Update README
1 parent 060ff77 commit adab79f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,13 @@ Check `jira completion --help` for more info on setting up a bash/zsh shell comp
127127

128128
#### Multiple projects
129129

130-
The tool honors the `JIRA_CONFIG_FILE` environment variable, which specifies the location of the configuration file:
130+
You can load a specific configuration file by using the `--config/-c` flag, or by setting the `JIRA_CONFIG_FILE` environment variable to specify the file's location.
131131

132132
```sh
133-
JIRA_CONFIG_FILE=./local_jira_config.yaml jira issue list
133+
$ JIRA_CONFIG_FILE=./local_jira_config.yaml jira issue list
134134

135+
// Or, you can use `--config/-c` flag
136+
$ jira issue list -c ./local_jira_config.yaml
135137
```
136138

137139
## Usage

0 commit comments

Comments
 (0)