diff options
| author | 2023-04-30 18:30:36 -0400 | |
|---|---|---|
| committer | 2023-04-30 18:30:36 -0400 | |
| commit | 3565aad630864ecdbe53fdaa501ea708555b3c7c (patch) | |
| tree | c743e4ad0bad39ebdb2f514c7cc52d34a257ebbe /SQLiteStudio3/sqlitestudiocli/commands/clicommandmode.cpp | |
| parent | 1fdc150116cad39aae5c5da407c3312b47a59e3a (diff) | |
New upstream version 3.4.4+dfsg.upstream/3.4.4+dfsg
Diffstat (limited to 'SQLiteStudio3/sqlitestudiocli/commands/clicommandmode.cpp')
| -rw-r--r-- | SQLiteStudio3/sqlitestudiocli/commands/clicommandmode.cpp | 2 |
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 "
|
