From 6458ddc7fbf03ef00c30c0cbd365dc553935b775 Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Mon, 5 Jan 2026 06:14:30 +0200 Subject: [PATCH] bun-outdated: add short options and fix description (#20554) Signed-off-by: Emmanuel Ferdman --- pages/common/bun-outdated.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/common/bun-outdated.md b/pages/common/bun-outdated.md index 9ebefaed77..2448f66015 100644 --- a/pages/common/bun-outdated.md +++ b/pages/common/bun-outdated.md @@ -1,6 +1,6 @@ # bun outdated -> List dependencies in your project that have newer versions available. +> List dependencies that have newer versions available. > More information: . - List all outdated dependencies in the current project: @@ -17,8 +17,8 @@ - Show outdated dependencies for specific workspaces: -`bun outdated --filter "{{workspace_pattern}}"` +`bun outdated {{[-F|--filter]}} "{{workspace_pattern}}"` - Recursively check all workspaces in a monorepo: -`bun outdated --recursive` +`bun outdated {{[-r|--recursive]}}`