diff options
author | Michael Muré <batolettre@gmail.com> | 2020-06-28 18:26:29 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2020-06-28 18:26:29 +0200 |
commit | 26bd1dd11010b4d86cebe2510ad7085a6b316334 (patch) | |
tree | f1fe939311c75bd615071e96f3d37822cccd77a7 /doc/man/git-bug-bridge-pull.1 | |
parent | c0dbc149d5c0c3610476ba14a800c9ba803a2c2c (diff) | |
download | git-bug-26bd1dd11010b4d86cebe2510ad7085a6b316334.tar.gz |
commands: refactor to avoid globals
Diffstat (limited to 'doc/man/git-bug-bridge-pull.1')
-rw-r--r-- | doc/man/git-bug-bridge-pull.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/git-bug-bridge-pull.1 b/doc/man/git-bug-bridge-pull.1 index 055d2472..4a9e78db 100644 --- a/doc/man/git-bug-bridge-pull.1 +++ b/doc/man/git-bug-bridge-pull.1 @@ -19,10 +19,6 @@ Pull updates. .SH OPTIONS .PP -\fB\-h\fP, \fB\-\-help\fP[=false] - help for pull - -.PP \fB\-n\fP, \fB\-\-no\-resume\fP[=false] force importing all bugs @@ -30,6 +26,10 @@ Pull updates. \fB\-s\fP, \fB\-\-since\fP="" import only bugs updated after the given date (ex: "200h" or "june 2 2019") +.PP +\fB\-h\fP, \fB\-\-help\fP[=false] + help for pull + .SH SEE ALSO .PP |