diff --git a/pynps/functions/functions.py b/pynps/functions/functions.py index bdc4353..e6c3668 100644 --- a/pynps/functions/functions.py +++ b/pynps/functions/functions.py @@ -1014,7 +1014,7 @@ def create_args(): # check sort list if a.sort is not None: for i in a.sort.split(","): - if i.lower() not in ["c", "id", "r", "t", "gn", "s", "console", "title_id", "region", "type", "game_name", "size"]: + if i.lower() not in ["c", "id", "r", "t", "n", "s", "console", "title_id", "region", "type", "game_name", "size"]: printft(HTML("[ERROR] invalid list for --order")) sys.exit(1)