Skip to content

Commit

Permalink
longer help
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Nov 2, 2020
1 parent 24bad2e commit 3c0d597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analysis/processing/qgsalgorithmdxfexport.cpp
Expand Up @@ -47,7 +47,7 @@ QString QgsDxfExportAlgorithm::groupId() const

QString QgsDxfExportAlgorithm::shortHelpString() const
{
return QObject::tr( "Exports layers to DXF file." );
return QObject::tr( "Exports layers to DXF file. For each layer, you can choose a field whose values are used to split features in generated destination layers in the DXF output." );
}

QgsDxfExportAlgorithm *QgsDxfExportAlgorithm::createInstance() const
Expand Down

0 comments on commit 3c0d597

Please sign in to comment.