Skip to content

Commit

Permalink
Use a CLI --version description that matches polyserve
Browse files Browse the repository at this point in the history
  • Loading branch information
aomarks committed Jan 8, 2019
1 parent 3e803ad commit fedf4ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/args.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export const globalArguments: ArgDescriptor[] = [
},
{
name: 'version',
description: 'Print the current version.',
description: 'Print version info.',
type: Boolean,
group: 'global',
},
Expand Down

0 comments on commit fedf4ad

Please sign in to comment.