Skip to content

Commit 39e8d6d

Browse files
evgeniasvetlov
authored andcommitted
fix options formatting (#16)
there was a stray space between `--` and the option name, making it hard to just copy&paste the option :)
1 parent eec6870 commit 39e8d6d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

readme.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -90,18 +90,18 @@ Options
9090

9191
::
9292

93-
-- dry-run Dry Run Mode. Prints out the commands, but not executed.
94-
-- pr-remote REMOTE Specify the git remote to push into. Default is 'origin'.
95-
-- status Do `git status` in cpython directory.
93+
--dry-run Dry Run Mode. Prints out the commands, but not executed.
94+
--pr-remote REMOTE Specify the git remote to push into. Default is 'origin'.
95+
--status Do `git status` in cpython directory.
9696

9797

9898
Additional options::
9999

100-
-- abort Abort current cherry-pick and clean up branch
101-
-- continue Continue cherry-pick, push, and clean up branch
102-
-- no-push Changes won't be pushed to remote
103-
-- config-path Path to config file
104-
(`.cherry_picker.toml` from project root by default)
100+
--abort Abort current cherry-pick and clean up branch
101+
--continue Continue cherry-pick, push, and clean up branch
102+
--no-push Changes won't be pushed to remote
103+
--config-path Path to config file
104+
(`.cherry_picker.toml` from project root by default)
105105

106106

107107
Configuration file example::

0 commit comments

Comments
 (0)