aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/architecture.md4
-rw-r--r--doc/man/git-bug-ls.12
-rw-r--r--doc/md/git-bug_ls.md2
3 files changed, 4 insertions, 4 deletions
diff --git a/doc/architecture.md b/doc/architecture.md
index 5d1b2194..5f81462b 100644
--- a/doc/architecture.md
+++ b/doc/architecture.md
@@ -40,7 +40,7 @@ Those interfaces are implemented by `GitRepo` as well as a mock for testing.
## identity
-The package `identity` contains the identity data model and the related low-level functions.
+The package `entities/identity` contains the identity data model and the related low-level functions.
In particular, this package contains:
- `Identity`, the fully-featured identity, holding a series of `Version` stored in its dedicated structure in git
@@ -48,7 +48,7 @@ In particular, this package contains:
## bug
-The package `bug` contains the bug data model and the related low-level functions.
+The package `entities/bug` contains the bug data model and the related low-level functions.
In particular, this package contains:
- `Operation`, the interface to fulfill for an edit operation of a Bug
diff --git a/doc/man/git-bug-ls.1 b/doc/man/git-bug-ls.1
index 61a37610..873cf68c 100644
--- a/doc/man/git-bug-ls.1
+++ b/doc/man/git-bug-ls.1
@@ -62,7 +62,7 @@ You can pass an additional query to filter and order the list. This query can be
.PP
\fB-f\fP, \fB--format\fP="default"
- Select the output formatting style. Valid values are [default,plain,json,org-mode]
+ Select the output formatting style. Valid values are [default,plain,compact,json,org-mode]
.PP
\fB-h\fP, \fB--help\fP[=false]
diff --git a/doc/md/git-bug_ls.md b/doc/md/git-bug_ls.md
index 7d1e490d..a40b3fd9 100644
--- a/doc/md/git-bug_ls.md
+++ b/doc/md/git-bug_ls.md
@@ -42,7 +42,7 @@ git bug ls 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,json,org-mode] (default "default")
+ -f, --format string Select the output formatting style. Valid values are [default,plain,compact,json,org-mode] (default "default")
-h, --help help for ls
```