From 923f5e82d000dd5c289ffbeaf49409aa5b3f2dc7 Mon Sep 17 00:00:00 2001 From: Jose Riha Date: Mon, 14 Oct 2024 02:48:41 +0200 Subject: [PATCH] Fix typo. --- meshtastic/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshtastic/__main__.py b/meshtastic/__main__.py index f34595c..af002c9 100644 --- a/meshtastic/__main__.py +++ b/meshtastic/__main__.py @@ -1842,7 +1842,7 @@ def initParser(): power_group.add_argument( "--slog", - help="Store structured-logs (slogs) for this run, optionally you can specifiy a destination directory", + help="Store structured-logs (slogs) for this run, optionally you can specify a destination directory", nargs="?", default=None, const="default",