Skip to content

Commit

Permalink
Improve cli usages docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenlouv committed Oct 30, 2019
1 parent 000086e commit 4244b66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -81,10 +81,10 @@ Run the CLI in your project folder (must contain a [`.backportrc.json`](https://
> backport
```

or run this from anywhere:
or run this from anywhere (will list commits from `elastic/kibana` and backport the selected commit to 7.x):

```
> backport --upstream elastic/kibana
> backport --upstream elastic/kibana --branch 7.x
```

The above commands will start an interactive prompt. You can use the `arrow keys` to choose options, `<space>` to select checkboxes and `<enter>` to proceed.
Expand Down

0 comments on commit 4244b66

Please sign in to comment.