From f7e2bfd76fc1629ffd4e1664eff3de2bb3935bed Mon Sep 17 00:00:00 2001 From: Frank LENORMAND Date: Tue, 11 Oct 2016 10:28:45 +0300 Subject: Document the optional parameter of the `cd` command --- src/commands.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/commands.cc b/src/commands.cc index 9cf2a75d..0cc27662 100644 --- a/src/commands.cc +++ b/src/commands.cc @@ -1958,7 +1958,7 @@ const CommandDesc select_cmd = { const CommandDesc change_working_directory_cmd = { "cd", nullptr, - "cd : change server working directory to ", + "cd []: change the server's working directory to , or the home directory if unspecified", single_optional_name_param, CommandFlags::None, CommandHelper{}, -- cgit v1.2.3