Skip to content

Commit

Permalink
fix: clarify the name / tags use case
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed May 7, 2021
1 parent 780a884 commit ea62093
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bin/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const argv = yargs
type: 'number',
},
name: {
description: 'Name of the application. Used by roarr.io.',
description: 'Name of the application. Used by roarr.io to identify the source of logs.',
type: 'string',
},
'output-format': {
Expand All @@ -71,7 +71,7 @@ const argv = yargs
default: 'pretty',
},
tags: {
description: 'List of (comma separated) tags. Used by roarr.io.',
description: 'List of (comma separated) tags. Used by roarr.io to identify the source of logs.',
type: 'string',
},
'use-colors': {
Expand Down

0 comments on commit ea62093

Please sign in to comment.