From eaa2eaff84aff56fa8f8ec4fbed6d2067eb16c00 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Mon, 23 Jun 2025 08:57:43 +0200 Subject: [PATCH] pkgs/clan-cli: Remove confusing note from the CLI help Remove a now obsolete and thus confusing note from the help output of `clan show`. --- pkgs/clan-cli/clan_cli/__init__.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/clan-cli/clan_cli/__init__.py b/pkgs/clan-cli/clan_cli/__init__.py index 56104f2d4..80ee35232 100644 --- a/pkgs/clan-cli/clan_cli/__init__.py +++ b/pkgs/clan-cli/clan_cli/__init__.py @@ -135,9 +135,6 @@ Examples: Name: My Empty Clan Description: some nice description Icon: A path to the png - -Note: The meta results from clan/meta.json and manual flake arguments. - It may not be present for clans not created via the clan-app. """ ), )