GAM-team / got-your-back

Got Your Back (GYB) is a command line tool for backing up your Gmail messages to your computer using Gmail's API over HTTPS.
https://github.com/GAM-team/got-your-back/wiki
Apache License 2.0
2.61k stars 206 forks source link

Minor typo on gyb --help #326

Closed jay-eleven closed 2 years ago

jay-eleven commented 2 years ago

https://github.com/jay0lee/got-your-back/blob/d4da014627ad17fb3794acb91420e53f2b852088/gyb.py#L158 https://github.com/jay0lee/got-your-back/blob/d4da014627ad17fb3794acb91420e53f2b852088/gyb.py#L159

Minor typo:

For example, "--label-prefix gyb-archive" will become main label of all uploaded labels with a gyb-prefix label.

Should read:

For example, "--label-prefix gyb-archive" will become main label of all uploaded labels with a gyb-archive label.