From f3f3feed9eafb0da94bdef2e465eacf074c11854 Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Mon, 21 Nov 2022 02:55:35 +0200 Subject: [PATCH] style: fix --- reviewing/plugin-commands-licenses/src/licenses.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/reviewing/plugin-commands-licenses/src/licenses.ts b/reviewing/plugin-commands-licenses/src/licenses.ts index 99417b3552..443193f5ce 100644 --- a/reviewing/plugin-commands-licenses/src/licenses.ts +++ b/reviewing/plugin-commands-licenses/src/licenses.ts @@ -3,7 +3,6 @@ import { readDepNameCompletions, } from '@pnpm/cli-utils' import { CompletionFunc } from '@pnpm/command' -import { OPTIONS } from '@pnpm/common-cli-options-help' import { types as allTypes } from '@pnpm/config' import { PnpmError } from '@pnpm/error' import pick from 'ramda/src/pick' @@ -35,7 +34,7 @@ export const commandNames = ['licenses'] export function help () { return renderHelp({ - description: `Check the licenses of the installed packages.`, + description: 'Check the licenses of the installed packages.', descriptionLists: [ { title: 'Options',