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(