Skip to content

Commit fedf4ad

Browse files
committed
Use a CLI --version description that matches polyserve
1 parent 3e803ad commit fedf4ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/args.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export const globalArguments: ArgDescriptor[] = [
118118
},
119119
{
120120
name: 'version',
121-
description: 'Print the current version.',
121+
description: 'Print version info.',
122122
type: Boolean,
123123
group: 'global',
124124
},

0 commit comments

Comments
 (0)