From 248c893dff40ee162152cd19ae26bb156c36df66 Mon Sep 17 00:00:00 2001 From: rhpidfyre Date: Sat, 7 Jun 2025 16:04:02 -0400 Subject: [PATCH] Command description --- src/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli.py b/src/cli.py index cd65a65..8e20959 100644 --- a/src/cli.py +++ b/src/cli.py @@ -3,7 +3,7 @@ import argparse import cpu def Interface(): - parser = argparse.ArgumentParser() + parser = argparse.ArgumentParser(description="Proxmox monitoring tool for phone notifications using ntfy.sh") parser.add_argument("server_address", help="The ntfy server address.") parser.add_argument("--disable-uptime-notifys", action="store_true", help="Disable uptime notifications.")