commit d84f51ba2b90b336c1abc1f4b3aec045125756d7 parent 46fffd388daadd9ed75ee5f4c898da8ff00ebac3 Author: Isak Lindhé <isak.e.lindhe@gmail.com> Date: Wed, 20 Mar 2019 16:51:50 +0100 minor string fix Diffstat:
M | txtv/txtv.py | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/txtv/txtv.py b/txtv/txtv.py @@ -195,7 +195,7 @@ def run(): cmd['func'](match=m, cfg=cfg) sys.exit(0) else: - err("That's not a command, kompis. 'txtv.py help' gives you a list of commands.") + err("That's not a command, kompis. 'txtv help' gives you a list of commands.") colorama.deinit() if __name__ == '__main__':