style: fix

This commit is contained in:
Zoltan Kochan
2022-11-21 02:55:35 +02:00
parent a8cc223642
commit f3f3feed9e

View File

@@ -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',