Skip to content

Commit e04f3dd

Browse files
committed
docs: fix duplicated format anchor in plugin_ls
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
1 parent 1af9f22 commit e04f3dd

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

docs/reference/commandline/plugin_ls.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ List plugins
99

1010
### Options
1111

12-
| Name | Type | Default | Description |
13-
|:----------------------|:---------|:--------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
14-
| `-f`, `--filter` | `filter` | | Provide filter values (e.g. `enabled=true`) |
15-
| [`--format`](#format) | `string` | | Format output using a custom template:<br>'table': Print output in table format with column headers (default)<br>'table TEMPLATE': Print output in table format using the given Go template<br>'json': Print in JSON format<br>'TEMPLATE': Print output using the given Go template.<br>Refer to https://docs.docker.com/go/formatting/ for more information about formatting output with templates |
16-
| `--no-trunc` | | | Don't truncate output |
17-
| `-q`, `--quiet` | | | Only display plugin IDs |
12+
| Name | Type | Default | Description |
13+
|:---------------------------------------|:---------|:--------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
14+
| [`-f`](#filter), [`--filter`](#filter) | `filter` | | Provide filter values (e.g. `enabled=true`) |
15+
| [`--format`](#format) | `string` | | Format output using a custom template:<br>'table': Print output in table format with column headers (default)<br>'table TEMPLATE': Print output in table format using the given Go template<br>'json': Print in JSON format<br>'TEMPLATE': Print output using the given Go template.<br>Refer to https://docs.docker.com/go/formatting/ for more information about formatting output with templates |
16+
| `--no-trunc` | | | Don't truncate output |
17+
| `-q`, `--quiet` | | | Only display plugin IDs |
1818

1919

2020
<!---MARKER_GEN_END-->
@@ -35,7 +35,7 @@ ID NAME DESCRIPTION
3535
69553ca1d123 tiborvass/sample-volume-plugin:latest A test plugin for Docker true
3636
```
3737

38-
### <a name="format"></a> Filtering (--filter)
38+
### <a name="filter"></a> Filtering (--filter)
3939

4040
The filtering flag (`-f` or `--filter`) format is of "key=value". If there is more
4141
than one filter, then pass multiple flags (e.g., `--filter "foo=bar" --filter "bif=baz"`)

0 commit comments

Comments
 (0)