diff options
Diffstat (limited to 'reversing_tools/abbott/extract_freestyle.py')
-rwxr-xr-x | reversing_tools/abbott/extract_freestyle.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/reversing_tools/abbott/extract_freestyle.py b/reversing_tools/abbott/extract_freestyle.py index 9cca4ec..b394a6c 100755 --- a/reversing_tools/abbott/extract_freestyle.py +++ b/reversing_tools/abbott/extract_freestyle.py @@ -47,7 +47,7 @@ def main(): type=str, help=( "Device address (busnum.devnum) of the device to extract capture" - "of. If none provided, device descriptors will be relied on." + " of. If none provided, device descriptors will be relied on." ), ) @@ -66,8 +66,8 @@ def main(): required=False, type=int, help=( - "Python logging level. See the levels at " - "https://docs.python.org/3/library/logging.html#logging-levels" + "Python logging level. See the levels at" + " https://docs.python.org/3/library/logging.html#logging-levels" ), ) |