diff options
| author | Daniel Schadt <kingdread@gmx.de> | 2023-05-16 20:13:44 +0200 | 
|---|---|---|
| committer | Daniel Schadt <kingdread@gmx.de> | 2023-05-16 20:13:44 +0200 | 
| commit | 8160c375f448f4e6e32518d632e3bc0d139f0130 (patch) | |
| tree | eeae413975b4d35af98a8912a75b9957e55987ae /doc/man | |
| parent | 55f8e9eae38d908e47badaf42c456d47174fb4d9 (diff) | |
| download | fietsboek-8160c375f448f4e6e32518d632e3bc0d139f0130.tar.gz fietsboek-8160c375f448f4e6e32518d632e3bc0d139f0130.tar.bz2 fietsboek-8160c375f448f4e6e32518d632e3bc0d139f0130.zip  | |
add fietsctl track del
Diffstat (limited to 'doc/man')
| -rw-r--r-- | doc/man/fietsctl.rst | 17 | 
1 files changed, 16 insertions, 1 deletions
diff --git a/doc/man/fietsctl.rst b/doc/man/fietsctl.rst index 4d3683f..67cbed4 100644 --- a/doc/man/fietsctl.rst +++ b/doc/man/fietsctl.rst @@ -11,7 +11,7 @@ SYNPOSIS  .. code-block:: text      fietsctl maintenance-mode -    fietsctl track list +    fietsctl track {del|list}      fietsctl user {add|del|hittekaart|list|modify|passwd}      fietsctl version @@ -181,6 +181,21 @@ For each track, the following information is shown:  * The track's owner (both name and email address)  * The track's title. +REMOVING A TRACK +################ + +.. code-block:: text + +    fietsctl track del [-c CONFIG] -i/--id ID [-f/--force] + +Deletes the specified track. The right ID can be found via the ``track list`` +command, or via the web interface. + +This command deletes the track including its pictures and comments. + +By default, the command will ask for confirmation. You can specify the +``-f``/``--force`` flag to override this check. +  MAINTENANCE MODE  ****************  | 
