diff --git a/pkgs/clan-cli/clan_cli/machines/update.py b/pkgs/clan-cli/clan_cli/machines/update.py index 97bcbf209..cd25eaffb 100644 --- a/pkgs/clan-cli/clan_cli/machines/update.py +++ b/pkgs/clan-cli/clan_cli/machines/update.py @@ -147,12 +147,6 @@ def register_update_parser(parser: argparse.ArgumentParser) -> None: nargs="*", default=[], ) - parser.add_argument( - "--flake", - type=str, - help="name of the flake to update machine for", - default=None, - ) parser.add_argument( "--target-host", type=str,