Skip to content
This repository has been archived by the owner on Jun 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #451 from 3846masa/fix/446
Browse files Browse the repository at this point in the history
Fix alias of username argument
  • Loading branch information
3846masa authored Jan 9, 2020
2 parents 2985f17 + d27e17d commit ea14bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/yargs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Usage: upload-gphotos file [...] [--no-output-json] [--quiet] [-r retry] [-u use
desc: 'The number of times to retry when failed uploads.',
},
username: {
alias: 'username',
alias: 'u',
type: 'string',
desc: 'Google account username.',
},
Expand Down

0 comments on commit ea14bde

Please sign in to comment.