fixed the help argument
Dieser Commit ist enthalten in:
Ursprung
600f8311d5
Commit
8f71101a6d
|
@ -34,7 +34,7 @@ class Module(SystemdUnitModule):
|
||||||
kind=Types.str(
|
kind=Types.str(
|
||||||
help="a glob matching the device kind, as exposed by networkctl status INTERFACE or ip -d link show INTERFACE."
|
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"),
|
name=Types.str(required=True, help="The new name of the device"),
|
||||||
mtu=Types.int(help="The maximum Transmission unit for the link"),
|
mtu=Types.int(help="The maximum Transmission unit for the link"),
|
||||||
),
|
),
|
||||||
|
|
Laden…
In neuem Issue referenzieren