diff --git a/crates/command_definitions/src/system.rs b/crates/command_definitions/src/system.rs index 60c9a2cc..82ff0a2b 100644 --- a/crates/command_definitions/src/system.rs +++ b/crates/command_definitions/src/system.rs @@ -56,7 +56,7 @@ pub fn edit() -> impl Iterator { command!(system, Optional(SystemRef), name => "system_show_name") .help("Shows the systems name"), ); - let system_name_self = tokens!(system, name); + let system_name_self = tokens!(system, ("rename", [name])); let system_name_self_cmd = [ command!(system_name_self, CLEAR => "system_clear_name") .flag(YES)