1
0
Fork 0

fixed the help argument

Dieser Commit ist enthalten in:
Sebastian Tobie 2023-04-15 12:33:19 +02:00
Ursprung 600f8311d5
Commit 8f71101a6d
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen

Datei anzeigen

@ -34,7 +34,7 @@ class Module(SystemdUnitModule):
kind=Types.str(
help="a glob matching the device kind, as exposed by networkctl status INTERFACE or ip -d link show INTERFACE."
),
description=Types.str("The description for the link"),
description=Types.str(help="The description for the link"),
name=Types.str(required=True, help="The new name of the device"),
mtu=Types.int(help="The maximum Transmission unit for the link"),
),