From 9ad7d28265d61430f56474eb08e389711cb8de3f Mon Sep 17 00:00:00 2001 From: port19 Date: Wed, 18 Oct 2023 13:51:56 +0200 Subject: [PATCH] important quickfix --- redqu.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/redqu.py b/redqu.py index 9079ae1..f827d0f 100755 --- a/redqu.py +++ b/redqu.py @@ -6,13 +6,13 @@ import sys helptext = """Usage: redqu sub sort time -Example: mpv $(redqu cats top week) +Example: redqu cats top week Valid sort parameters: hot new top rising controversial Valid time parameters: hour day week month year all Top of week is the default -If you're seeing this message in error, please open an Issue: +To report issues of any kind: https://github.com/port19x/redqu/issues""" time = defaultdict(lambda: "?t=week")