Update outdated help messages and fix a typo

This commit is contained in:
Louis Opter
2024-09-27 11:31:20 -07:00
committed by Mic92
parent 749bf3eadd
commit c132811c9e
3 changed files with 3 additions and 3 deletions

View File

@@ -75,7 +75,7 @@ The target must be a Linux based system reachable via SSH.
""" """
Examples: Examples:
$ clan machines hw-generate [MACHINE] [TARGET_HOST] $ clan machines update-hardware-config [MACHINE] [TARGET_HOST]
Will generate hardware specifics for the the specified `[TARGET_HOST]` and place the result in hardware.nix for the given machine `[MACHINE]`. Will generate hardware specifics for the the specified `[TARGET_HOST]` and place the result in hardware.nix for the given machine `[MACHINE]`.
For more detailed information, visit: https://docs.clan.lol/getting-started/configure/#machine-configuration For more detailed information, visit: https://docs.clan.lol/getting-started/configure/#machine-configuration

View File

@@ -4,7 +4,7 @@ throw ''
Run the following command: Run the following command:
'clan machines hw-generate <maschine_name> <hostname>' 'clan machines update-hardware-config <machine_name> <hostname>'
OR: OR:

View File

@@ -4,7 +4,7 @@ throw ''
Run the following command: Run the following command:
'clan machines hw-generate <maschine_name> <hostname>' 'clan machines update-hardware-config <machine_name> <hostname>'
OR: OR: