From 41822237626d161ec10725747dac858d49c6c194 Mon Sep 17 00:00:00 2001 From: Joel Pittet Date: Wed, 20 Jul 2022 12:06:14 -0700 Subject: [PATCH] Remove -p from --patch-only, --platform took it (#10956) --- doc/03-cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/03-cli.md b/doc/03-cli.md index c766bb61362b..1ff39c67f61f 100644 --- a/doc/03-cli.md +++ b/doc/03-cli.md @@ -520,7 +520,7 @@ php composer.phar show monolog/monolog 1.0.2 * **--no-dev:** Filters dev dependencies from the package list. * **--major-only (-M):** Use with --latest or --outdated. Only shows packages that have major SemVer-compatible updates. * **--minor-only (-m):** Use with --latest or --outdated. Only shows packages that have minor SemVer-compatible updates. -* **--patch-only (-p):** Use with --latest or --outdated. Only shows packages that have patch-level SemVer-compatible updates. +* **--patch-only:** Use with --latest or --outdated. Only shows packages that have patch-level SemVer-compatible updates. * **--direct (-D):** Restricts the list of packages to your direct dependencies. * **--strict:** Return a non-zero exit code when there are outdated packages. * **--format (-f):** Lets you pick between text (default) or json output format.