From 64667fe829c7f795c05c4bed0e50e2284801065c Mon Sep 17 00:00:00 2001 From: Lincoln <778157949@qq.com> Date: Mon, 16 Dec 2024 09:49:21 +0000 Subject: [PATCH] modify description --- rush-plugins/rush-dep-graph-plugin/rush-plugin-manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rush-plugins/rush-dep-graph-plugin/rush-plugin-manifest.json b/rush-plugins/rush-dep-graph-plugin/rush-plugin-manifest.json index e0e1248..dc60f8f 100644 --- a/rush-plugins/rush-dep-graph-plugin/rush-plugin-manifest.json +++ b/rush-plugins/rush-dep-graph-plugin/rush-plugin-manifest.json @@ -3,7 +3,7 @@ "plugins": [ { "pluginName": "dep-graph", - "description": "Check if new files are correct managed by git-lfs", + "description": "Display the dependency graph of the specified package.", "commandLineJsonFilePath": "command-line.json" } ]