Skip to content

Commit

Permalink
Omit binary name in example usage of 'name-separator'
Browse files Browse the repository at this point in the history
  • Loading branch information
paescuj committed Aug 18, 2022
1 parent 7fe9424 commit 2adc522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/concurrently.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const args = yargs(argsBeforeSep)
'name-separator': {
describe:
'The character to split <names> on. Example usage:\n' +
'conc -n "styles|scripts|server" --name-separator "|"',
'-n "styles|scripts|server" --name-separator "|"',
default: defaults.nameSeparator,
},
success: {
Expand Down

0 comments on commit 2adc522

Please sign in to comment.