Skip to content

Commit

Permalink
fix: remove incorrect must match text (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyg603 authored Jul 9, 2024
1 parent 63e37bc commit 6dc1612
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/command-line-definitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ export const argDefinitions: Array<CommandLineDefinition> = [
alias: 'a',
type: String,
typeLabel: '{underline string}',
description: 'The name of your application. The value of application must match the value used to post crash reports. If not provided symbol-upload will attempt to use the value of the name field in package.json if it exists in the current working directory.',
description: 'The name of your application. If not provided symbol-upload will attempt to use the value of the name field in package.json if it exists in the current working directory.',
},
{
name: 'version',
alias: 'v',
type: String,
typeLabel: '{underline string}',
description: 'Your application\'s version. The value of version must match the value used to post crash reports. If not provided symbol-upload will attempt to use the value of the version field in package.json if it exists in the current working directory.',
description: 'Your application\'s version. If not provided symbol-upload will attempt to use the value of the version field in package.json if it exists in the current working directory.',
},
{
name: 'user',
Expand Down

0 comments on commit 6dc1612

Please sign in to comment.