1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92
|
Description: Manual page has hyphen instead minus sign "-".
Author: Alejandro Garrido Mota <alejandro@debian.org>
Forwarded: https://bug.tasktools.org/browse/TD-99
Applied-Upstream: 6b3d5fbe78a92668d4411efd27b57bfa7053dd45
Reviewed-by: Sebastien Badia <seb@sebian.fr>
Last-Update: 2015-07-16
--- a/doc/man/taskd.1.in
+++ b/doc/man/taskd.1.in
@@ -27,7 +27,7 @@
.B taskd init [--data <root>] [options]
Performs a one-time initialization of the Taskserver instance. Creates the
bare data structure.
-Either '--data <root>' must be specified, or TASKDDATA must be set.
+Either '\-\-data <root>' must be specified, or TASKDDATA must be set.
.TP
.B taskd help <command> [options]
@@ -37,7 +37,7 @@
.B taskd config [options] [--data <root>] [--force] [<name> [<value>]]
Allows modification of the taskd configuration. Can add, remove, modify or list
all configuration settings.
-Either '--data <root>' must be specified, or TASKDDATA must be set.
+Either '\-\-data <root>' must be specified, or TASKDDATA must be set.
.TP
.B taskd server [--daemon] [options]
@@ -54,7 +54,7 @@
.TP
.B taskd add [--data <root>] user <org> <user>
Adds organizations, groups and users.
-Either '--data <root>' must be specified, or TASKDDATA must be set.
+Either '\-\-data <root>' must be specified, or TASKDDATA must be set.
.TP
.B taskd remove [--data <root>] org <org>
@@ -63,7 +63,7 @@
.TP
.B taskd remove [--data <root>] user <org> <user>
Removes organizations, groups and users.
-Either '--data <root>' must be specified, or TASKDDATA must be set.
+Either '\-\-data <root>' must be specified, or TASKDDATA must be set.
.TP
.B taskd suspend [--data <root>] org <org>
@@ -72,7 +72,7 @@
.TP
.B taskd suspend [--data <root>] user <org> <user>
Suspends organizations, groups and users.
-Either '--data <root>' must be specified, or TASKDDATA must be set.
+Either '\-\-data <root>' must be specified, or TASKDDATA must be set.
.TP
.B taskd resume [--data <root>] org <org>
@@ -81,7 +81,7 @@
.TP
.B taskd resume [--data <root>] user <org> <user>
Resumes organizations, groups and users.
-Either '--data <root>' must be specified, or TASKDDATA must be set.
+Either '\-\-data <root>' must be specified, or TASKDDATA must be set.
.TP
.B taskd diagnostics
@@ -129,7 +129,7 @@
Note that any configuration variable may be overridden on the command line using
this syntax:
- $ taskd server --NAME=VALUE
+ $ taskd server \-\-NAME=VALUE
In all commands but one, this will _temporarily_ override the value, but with
the 'init' command, which creates a config file, overrides are made permanent.
@@ -141,7 +141,7 @@
.TP
.B TASKDDATA=<root>
-Most command require either '--data <root>' or this environment variable. If
+Most command require either '\-\-data <root>' or this environment variable. If
both are provided, the command line overrides the environment.
.SH "CREDITS & COPYRIGHTS"
--- a/doc/man/taskdrc.5.in
+++ b/doc/man/taskdrc.5.in
@@ -100,7 +100,7 @@
.TP
.B TASKDDATA=<root>
-Most command require either '--data <root>' or this environment variable. If
+Most command require either '\-\-data <root>' or this environment variable. If
both are provided, the command line overrides the environment.
.SH "CREDITS & COPYRIGHTS"
|