hughrun / ephemetoot

A command line tool to delete your old toots: 🥳 ==> 🧼 ==> 😇
https://ephemetoot.hugh.run
GNU General Public License v3.0
53 stars 8 forks source link

BUG - upgrade instructions in --version are wrong #55

Closed hughrun closed 4 years ago

hughrun commented 4 years ago

Description ephemetoot --version provides the following message:

To upgrade to the most recent version run pip3 install --update ephemetoot

This should be:

To upgrade to the most recent version run pip install --upgrade ephemetoot

Please only log one bug per issue.

Environment (please complete the following information):

To Reproduce Run ephemetoot --version

Expected behavior Correct upgrade instructions are shown.

Actual behavior Incorrect upgrade instructions are shown.