From 3f2bb2b9580647cafaf09da6926bd9139da128c5 Mon Sep 17 00:00:00 2001 From: Louis Opter Date: Fri, 27 Sep 2024 11:31:20 -0700 Subject: [PATCH] Update outdated help messages and fix a typo --- pkgs/clan-cli/clan_cli/machines/cli.py | 2 +- templates/flake-parts/machines/jon/hardware-configuration.nix | 2 +- templates/new-clan/machines/jon/hardware-configuration.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/clan-cli/clan_cli/machines/cli.py b/pkgs/clan-cli/clan_cli/machines/cli.py index a2f92e786..d4d38cd09 100644 --- a/pkgs/clan-cli/clan_cli/machines/cli.py +++ b/pkgs/clan-cli/clan_cli/machines/cli.py @@ -75,7 +75,7 @@ The target must be a Linux based system reachable via SSH. """ 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]`. For more detailed information, visit: https://docs.clan.lol/getting-started/configure/#machine-configuration diff --git a/templates/flake-parts/machines/jon/hardware-configuration.nix b/templates/flake-parts/machines/jon/hardware-configuration.nix index bade5e920..23ded2cd4 100644 --- a/templates/flake-parts/machines/jon/hardware-configuration.nix +++ b/templates/flake-parts/machines/jon/hardware-configuration.nix @@ -4,7 +4,7 @@ throw '' Run the following command: - 'clan machines hw-generate ' + 'clan machines update-hardware-config ' OR: diff --git a/templates/new-clan/machines/jon/hardware-configuration.nix b/templates/new-clan/machines/jon/hardware-configuration.nix index bade5e920..23ded2cd4 100644 --- a/templates/new-clan/machines/jon/hardware-configuration.nix +++ b/templates/new-clan/machines/jon/hardware-configuration.nix @@ -4,7 +4,7 @@ throw '' Run the following command: - 'clan machines hw-generate ' + 'clan machines update-hardware-config ' OR: