From bb08b6fb5ea25ce995d71cf751d5783148f86f8e Mon Sep 17 00:00:00 2001 From: konsthol Date: Wed, 29 Mar 2023 00:34:22 +0300 Subject: [PATCH] This bug has driven lots of coders completely mad. You won't believe how it ended up being fixed --- secdep.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/secdep.py b/secdep.py index 65396b9..657436e 100755 --- a/secdep.py +++ b/secdep.py @@ -57,7 +57,7 @@ action_choices = ["delete","start","stop","reboot","deleteall","startall","stopa # If no arguements were given let the user know this is not how to use this program if not len(sys.argv) > 1: - print("No arguments passed. Use -h or --help for help") + console.print("No arguments passed. Use [u]-h[/u] or [u]--help[/u] for help", style="bold red") exit(0) # Define the command line arguments parser = argparse.ArgumentParser(