aboutsummaryrefslogtreecommitdiffstats
path: root/SQLiteStudio3/sqlitestudiocli/commands/clicommandmode.cpp
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2023-04-30 18:31:18 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2023-04-30 18:31:18 -0400
commit4de57f628bc74f00ba1885e91c84ea07c5405d8f (patch)
tree5d91900751e826d491ff1b2ebc571a787e84f864 /SQLiteStudio3/sqlitestudiocli/commands/clicommandmode.cpp
parent74d881cefa9097e58e129e37b9c44d680d8c7dfe (diff)
parent3565aad630864ecdbe53fdaa501ea708555b3c7c (diff)
Update upstream source from tag 'upstream/3.4.4+dfsg'
Update to upstream version '3.4.4+dfsg' with Debian dir 482614bd23f0ef52dabc9803477204ad88e917ed
Diffstat (limited to 'SQLiteStudio3/sqlitestudiocli/commands/clicommandmode.cpp')
-rw-r--r--SQLiteStudio3/sqlitestudiocli/commands/clicommandmode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/SQLiteStudio3/sqlitestudiocli/commands/clicommandmode.cpp b/SQLiteStudio3/sqlitestudiocli/commands/clicommandmode.cpp
index b258045..b0419d5 100644
--- a/SQLiteStudio3/sqlitestudiocli/commands/clicommandmode.cpp
+++ b/SQLiteStudio3/sqlitestudiocli/commands/clicommandmode.cpp
@@ -49,7 +49,7 @@ QString CliCommandMode::fullHelp() const
"The COLUMNS mode is similar to FIXED mode, except it tries to be smart and make columns with shorter values more thin, "
"while columns with longer values get more space. First to shrink are columns with longest headers (so the header names are to be "
"cut off as first), then columns with the longest values are shrinked, up to the moment when all columns fit into terminal window.\n"
- "ATTENTION! The COLUMNS mode reads all the results from the query at once in order to evaluate column widhts, therefore it is dangerous "
+ "ATTENTION! The COLUMNS mode reads all the results from the query at once in order to evaluate column widths, therefore it is dangerous "
"to use this mode when working with huge result sets. Keep in mind that this mode will load entire result set into memory.\n"
"\n"
"The ROW mode is recommended if you need to see whole values and you don't expect many rows to be displayed, because this mode "