Skip to content

Commit

Permalink
improve algorithm help
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Jan 29, 2025
1 parent abe2cf8 commit 4ff875e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ QString QgsExecuteSpatialiteQueryAlgorithm::groupId() const

QString QgsExecuteSpatialiteQueryAlgorithm::shortHelpString() const
{
return QObject::tr( "Executes a SQL command on a SpatiaLite database." );
return QObject::tr( "Executes a SQL command on a SpatiaLite database. The database is determined by an input layer or file." );
}

QgsExecuteSpatialiteQueryAlgorithm *QgsExecuteSpatialiteQueryAlgorithm::createInstance() const
Expand Down

0 comments on commit 4ff875e

Please sign in to comment.