Skip to content

Commit

Permalink
Update src/analysis/processing/qgsalgorithmaddincrementalfield.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Nyall Dawson <nyall.dawson@gmail.com>
  • Loading branch information
lbartoletti and nyalldawson committed Jul 27, 2021
1 parent ef38802 commit 9b06a22
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -36,7 +36,7 @@ QString QgsAddIncrementalFieldAlgorithm::shortHelpString() const
"This field can be used as a unique ID for features in the layer. The new attribute "
"is not added to the input layer but a new layer is generated instead.\n\n"
"The initial starting value for the incremental series can be specified.\n\n"
"The modulus value restart the count at START when the value is reached.\n\n"
"Specifying an optional modulus value will restart the count to START whenever the field value reaches the modulus value.\n\n"
"Optionally, grouping fields can be specified. If group fields are present, then the field value will "
"be reset for each combination of these group field values.\n\n"
"The sort order for features may be specified, if so, then the incremental field will respect "
Expand Down

0 comments on commit 9b06a22

Please sign in to comment.