Skip to content

Commit

Permalink
deps cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
ComradeVanti committed Nov 1, 2024
1 parent 56fee8f commit 64fb43e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cli/cmd-deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ import { ResultCodes } from "./result-codes";
import { mustBePackageSpec } from "./validators";

const packageSpecArg = new Argument(
"<pkg>",
"Reference to a package"
"<package-spec>",
"Spec of package for which to view dependencies"
).argParser(mustBePackageSpec);

const deepOpt = new Option(
Expand Down

0 comments on commit 64fb43e

Please sign in to comment.