X Tutup
Skip to content

Commit 7cc7fba

Browse files
Merge pull request docker-archive-public#3090 from mishak87/patch-1
Typo docker-machine -f is shortcut for --format
2 parents 568e1b6 + a1aeae4 commit 7cc7fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/ls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ the -t flag for this purpose with a numerical value in seconds.
3737

3838
## Filtering
3939

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

4343
The currently supported filters are:

0 commit comments

Comments
 (0)
X Tutup