From 3565aad630864ecdbe53fdaa501ea708555b3c7c Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Sun, 30 Apr 2023 18:30:36 -0400 Subject: New upstream version 3.4.4+dfsg. --- SQLiteStudio3/sqlitestudiocli/commands/clicommandcd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SQLiteStudio3/sqlitestudiocli/commands/clicommandcd.cpp') diff --git a/SQLiteStudio3/sqlitestudiocli/commands/clicommandcd.cpp b/SQLiteStudio3/sqlitestudiocli/commands/clicommandcd.cpp index 14e91d5..80de0fa 100644 --- a/SQLiteStudio3/sqlitestudiocli/commands/clicommandcd.cpp +++ b/SQLiteStudio3/sqlitestudiocli/commands/clicommandcd.cpp @@ -24,7 +24,7 @@ QString CliCommandCd::fullHelp() const "It requires a argument to be passed, therefore calling %1 will always cause a change of the directory. " "To learn what's the current working directory use %2 command and to list contents of the current working directory " "use %3 command." - ); + ).arg(cmdName("cd"), cmdName("pwd"), cmdName("ls")); } void CliCommandCd::defineSyntax() -- cgit v1.2.3