Skip to content

Commit ba74e03

Browse files
committed
Renamed meshcentral.conf -> meshbook.conf
1 parent f1df522 commit ba74e03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

meshbook.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def console(message: str, final: bool=False):
4242

4343
async def load_config(segment: str = 'meshcentral-account') -> dict:
4444
'''
45-
Function that loads the segment from the meshcentral.conf (by default) file and returns the it in a dict.
45+
Function that loads the segment from the meshbook.conf (by default) file and returns the it in a dict.
4646
'''
4747

4848
conf_file = args.conf
@@ -302,7 +302,7 @@ async def main():
302302
parser.add_argument("-mb", "--meshbook", type=str, help="Path to the meshbook yaml file.", required=True)
303303

304304
parser.add_argument("-oc", "--oscategories", type=str, help="Path to the Operating System categories JSON file.", required=False, default="./os_categories.json")
305-
parser.add_argument("--conf", type=str, help="Path for the API configuration file (default: ./meshcentral.conf).", required=False, default="./meshcentral.conf")
305+
parser.add_argument("--conf", type=str, help="Path for the API configuration file (default: ./meshbook.conf).", required=False, default="./meshbook.conf")
306306
parser.add_argument("--nograce", action="store_true", help="Disable the grace 3 seconds before running the meshbook.", required=False)
307307
parser.add_argument("-i", "--indent", action="store_true", help="Use an JSON indentation of 4 when this flag is passed.", required=False)
308308
parser.add_argument("-s", "--silent", action="store_true", help="Suppress terminal output", required=False)
File renamed without changes.

0 commit comments

Comments
 (0)