diff options
Diffstat (limited to 'src/modules/system')
| -rw-r--r-- | src/modules/system/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/system/index.ts b/src/modules/system/index.ts index fa38d6ce..4c6e010f 100644 --- a/src/modules/system/index.ts +++ b/src/modules/system/index.ts @@ -226,7 +226,7 @@ export class SystemModule extends ModuleBase { /** * Returns a random [network interface](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/networking_guide/sec-understanding_the_predictable_network_interface_device_names). * - * @param options The options to use. Defaults to `{}`. + * @param options The options to use. * @param options.interfaceType The interface type. Can be one of `en`, `wl`, `ww`. * @param options.interfaceSchema The interface schema. Can be one of `index`, `slot`, `mac`, `pci`. * |
