large update
This commit is contained in:
@ -47,7 +47,8 @@ def search_string_in_directory(
|
||||
|
||||
def main() -> None:
|
||||
parser = argparse.ArgumentParser(
|
||||
description="Script only for use to compare the private key in the Network configurations to avoid errors with the network manager."
|
||||
description="Script only for use to compare the private key in the"
|
||||
"Network configurations to avoid errors with the network manager."
|
||||
)
|
||||
parser.add_argument("search_string", help="Search string")
|
||||
args = parser.parse_args()
|
||||
|
Reference in New Issue
Block a user