Skip to content
This repository was archived by the owner on Mar 1, 2025. It is now read-only.

Commit 94fab67

Browse files
committed
chore: update descriptions
1 parent 1d61837 commit 94fab67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cli.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ cli.command(
9090
);
9191

9292
cli.command(
93-
"versions:check",
93+
"versions:latest",
9494
"Check for the latest emoji versions",
9595
(args) => commonOptions(args)
9696
.option("write-lockfile", {
@@ -124,7 +124,7 @@ cli.command(
124124
.option("write-lockfile", {
125125
type: "boolean",
126126
default: false,
127-
description: "write the latest version to the lockfile",
127+
description: "update the lockfile with the available versions",
128128
}).strict().help(),
129129
async (args) => {
130130
const versions = await getAllEmojiVersions();

0 commit comments

Comments
 (0)