diff options
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  ****************  | 
