aboutsummaryrefslogtreecommitdiffstats
path: root/doc/md
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2023-01-17 22:05:29 +0100
committerGitHub <noreply@github.com>2023-01-17 22:05:29 +0100
commit0290091317deb9e6c0ff99f9217065168620d2f0 (patch)
treeef4b86e5b4ea357f43685f58a9d2f19bac5e8b3a /doc/md
parente689cc506775ec1daccaae9ec35c7a28b48b2f05 (diff)
parentf23a7f07cc9d7e9b9407e0fcb99de6904f1b52a8 (diff)
downloadgit-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/md')
-rw-r--r--doc/md/git-bug_bridge_new.md2
-rw-r--r--doc/md/git-bug_bug.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/md/git-bug_bridge_new.md b/doc/md/git-bug_bridge_new.md
index 81bffd49..5e5724f5 100644
--- a/doc/md/git-bug_bridge_new.md
+++ b/doc/md/git-bug_bridge_new.md
@@ -4,7 +4,7 @@ Configure a new bridge
### Synopsis
- 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.
+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.
```
git-bug bridge new [flags]
diff --git a/doc/md/git-bug_bug.md b/doc/md/git-bug_bug.md
index c040cd16..5b79bb97 100644
--- a/doc/md/git-bug_bug.md
+++ b/doc/md/git-bug_bug.md
@@ -42,7 +42,7 @@ git bug status:open --by creation "foo bar" baz
-n, --no strings Filter by absence of something. Valid values are [label]
-b, --by string Sort the results by a characteristic. Valid values are [id,creation,edit] (default "creation")
-d, --direction string Select the sorting direction. Valid values are [asc,desc] (default "asc")
- -f, --format string Select the output formatting style. Valid values are [default,plain,compact,id,json,org-mode] (default "default")
+ -f, --format string Select the output formatting style. Valid values are [default,plain,id,json,org-mode]
-h, --help help for bug
```