From 9caa52f59e6d747e5369a9db7cc64a6e024782f2 Mon Sep 17 00:00:00 2001 From: Daan Selen Date: Thu, 27 Feb 2025 14:52:56 +0100 Subject: [PATCH] pb -> mb reference. (M)esh(B)ook --- meshbook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshbook.py b/meshbook.py index 61bca1d..a188b39 100644 --- a/meshbook.py +++ b/meshbook.py @@ -296,7 +296,7 @@ async def main(): ''' parser = argparse.ArgumentParser(description="Process command-line arguments") - parser.add_argument("-pb", "--meshbook", type=str, help="Path to the meshbook yaml file.", required=True) + parser.add_argument("-mb", "--meshbook", type=str, help="Path to the meshbook yaml file.", required=True) parser.add_argument("-oc", "--oscategories", type=str, help="Path to the Operating System categories JSON file.", required=False, default="./os_categories.json") parser.add_argument("--conf", type=str, help="Path for the API configuration file (default: ./meshcentral.conf).", required=False, default="./meshcentral.conf")