fixed the usage program name from upper to lower case

This commit is contained in:
2025-09-27 19:05:44 +02:00
parent 78f8c991bd
commit c41ff7e0f5

View File

@@ -7,7 +7,7 @@ from modules.tempbox_logger import logger
tempbox_version = "Tempbox Beta b0.2.1"
# Argument parsing
parser = argparse.ArgumentParser(
prog="Tempbox",
prog="tempbox",
description="This program accepts an\
command whicht it executes in an temporary directory in /temp.",
# epilog="helloooooooo",