diff --git a/doc/pages/commands.asciidoc b/doc/pages/commands.asciidoc index ef585b2c..be6738a9 100644 --- a/doc/pages/commands.asciidoc +++ b/doc/pages/commands.asciidoc @@ -123,7 +123,6 @@ of the file onto the filesystem == Clients and Sessions *rename-client* :: - *alias* nc + set current client name *rename-session* :: diff --git a/src/commands.cc b/src/commands.cc index 7ca5a8ab..745a8201 100644 --- a/src/commands.cc +++ b/src/commands.cc @@ -2385,7 +2385,7 @@ const CommandDesc unset_face_cmd = { const CommandDesc rename_client_cmd = { "rename-client", - "nc", + nullptr, "rename-client : set current client name to ", single_param, CommandFlags::None,