Skip to content

Commit

Permalink
changed error message to include url to title database
Browse files Browse the repository at this point in the history
  • Loading branch information
thegamershollow committed Apr 7, 2023
1 parent 9e40fcc commit dd6b648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuspy.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def main(title_id: str, title_key: str, version: str = None):
print('Title ID or Title Key is invalid length. Expected length: 16 or 32.')
print(f'usage: {sys.argv[0]} <titleid> <titlekey>')
print('Latest version is downloaded, if no version is specified.')
print('If you do not know where to get the title id/title key of a game go to http://wiiubrew.org/wiki/Title_database')
print('If you do not know where to get the title id/title key of a game go to http://thegamershollow.github.io/wiiu-tdb/')
print('This tool is for software archival purposes only, thegamershollow does not condone piracy of any kind as it is illigal.')
sys.exit(1)

Expand Down

0 comments on commit dd6b648

Please sign in to comment.