diff options
-rw-r--r-- | docs/source/user/settings.rst | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/docs/source/user/settings.rst b/docs/source/user/settings.rst index c781f11..e951621 100644 --- a/docs/source/user/settings.rst +++ b/docs/source/user/settings.rst @@ -76,15 +76,15 @@ Some field types may add other custom properties. The value of ``increment`` will autoincrement the value at every update. - The reference client will run this update before editing an entry, - allowing further changes from the user; a command line user can then - decide to abort this change through the usual git commands. + The reference command-line client will run this update before editing + an entry, allowing further changes from the user; a command line user + can then decide to abort this change through the usual git commands. Other clients may decide to use a different workflow. ``increment``: the amount by which an ``auto: increment`` field is incremented - (negative values are of course allowed). + (negative values are of course allowed). Default is 1. ``date`` and ``datetime`` properties ------------------------------------ @@ -101,9 +101,10 @@ Some field types may add other custom properties. autofill the field when it is updated with the current UTC time (``datetime``) or local zone day (``date``). - The reference client will run this update before editing an entry, - allowing further changes from the user; a command line user can - then decide to abort this change through the usual git commands. + The reference command line client will run this update before + editing an entry, allowing further changes from the user; a + command line user can then decide to abort this change through the + usual git commands. Other clients may decide to use a different workflow. |