diff options
author | Michael Muré <batolettre@gmail.com> | 2023-01-17 22:05:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-17 22:05:29 +0100 |
commit | 0290091317deb9e6c0ff99f9217065168620d2f0 (patch) | |
tree | ef4b86e5b4ea357f43685f58a9d2f19bac5e8b3a /doc/man | |
parent | e689cc506775ec1daccaae9ec35c7a28b48b2f05 (diff) | |
parent | f23a7f07cc9d7e9b9407e0fcb99de6904f1b52a8 (diff) | |
download | git-bug-0290091317deb9e6c0ff99f9217065168620d2f0.tar.gz |
Merge pull request #993 from MichaelMure/cmd-adapt
command: adapt the output of the bug list to the terminal size
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/git-bug-bridge-new.1 | 6 | ||||
-rw-r--r-- | doc/man/git-bug-bug.1 | 4 |
2 files changed, 2 insertions, 8 deletions
diff --git a/doc/man/git-bug-bridge-new.1 b/doc/man/git-bug-bridge-new.1 index 1b0b2f38..ffc8c469 100644 --- a/doc/man/git-bug-bridge-new.1 +++ b/doc/man/git-bug-bridge-new.1 @@ -13,14 +13,8 @@ git-bug-bridge-new - Configure a new bridge .SH DESCRIPTION .PP -.RS - -.nf Configure a new bridge by passing flags or/and using interactive terminal prompts. You can avoid all the terminal prompts by passing all the necessary flags to configure your bridge. -.fi -.RE - .SH OPTIONS .PP diff --git a/doc/man/git-bug-bug.1 b/doc/man/git-bug-bug.1 index 6ee62303..c9d2bd65 100644 --- a/doc/man/git-bug-bug.1 +++ b/doc/man/git-bug-bug.1 @@ -61,8 +61,8 @@ You can pass an additional query to filter and order the list. This query can be Select the sorting direction. Valid values are [asc,desc] .PP -\fB-f\fP, \fB--format\fP="default" - Select the output formatting style. Valid values are [default,plain,compact,id,json,org-mode] +\fB-f\fP, \fB--format\fP="" + Select the output formatting style. Valid values are [default,plain,id,json,org-mode] .PP \fB-h\fP, \fB--help\fP[=false] |