From 8160c375f448f4e6e32518d632e3bc0d139f0130 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Tue, 16 May 2023 20:13:44 +0200 Subject: add fietsctl track del --- doc/man/fietsctl.rst | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'doc/man/fietsctl.rst') 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 **************** -- cgit v1.2.3