Skip to content

Commit

Permalink
Add tabulation for better alignment of options' description
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored and nyalldawson committed Jan 14, 2024
1 parent 3a03569 commit 05be576
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/process/qgsprocess.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -530,9 +530,9 @@ void QgsProcessingExec::showUsage( const QString &appName )
<< "\nOptions:\n"
<< "\t--help or -h\t\tOutput the help\n"
<< "\t--version or -v\t\tOutput all versions related to QGIS Process\n"
<< "\t--json\t\tOutput results as JSON objects\n"
<< "\t--verbose\tOutput verbose logs\n"
<< "\t--no-python\tDisable Python support (results in faster startup)\n"
<< "\t--json\t\t\tOutput results as JSON objects\n"
<< "\t--verbose\t\tOutput verbose logs\n"
<< "\t--no-python\t\tDisable Python support (results in faster startup)\n"
<< "\t--skip-loading-plugins\tAvoid loading enabled plugins (results in faster startup)\n"
<< "Available commands:\n"
<< "\tplugins\t\tlist available and active plugins\n"
Expand Down

0 comments on commit 05be576

Please sign in to comment.