Minor corrections in documentation
This commit is contained in:
parent
52c2132eb3
commit
d61f7e1fda
3 changed files with 9 additions and 4 deletions
|
@ -53,7 +53,7 @@ source_postfix::
|
|||
|
||||
SEE ALSO
|
||||
--------
|
||||
ccollect(1), delete_ccollect_source(1)
|
||||
ccollect(1), delete_ccollect_source(1), list_ccollect_intervals(1)
|
||||
|
||||
|
||||
AUTHOR
|
||||
|
|
|
@ -37,6 +37,11 @@ OPTIONS
|
|||
-v, --verbose::
|
||||
Be very verbose (uses set -x).
|
||||
|
||||
SEE ALSO
|
||||
--------
|
||||
add_ccollect_source(1), delete_ccollect_source(1), list_ccollect_intervals(1)
|
||||
|
||||
|
||||
AUTHOR
|
||||
------
|
||||
Nico Schottelius <mailto:nico-ccollect--@--schottelius.org[]>
|
||||
|
|
|
@ -10,7 +10,7 @@ delete_ccollect_source - delete sources from ccollect(1)
|
|||
|
||||
SYNOPSIS
|
||||
--------
|
||||
'add_ccollect_source.sh' [-d] [-f] <hostnames to create sources for>
|
||||
'delete_ccollect_source.sh' [-d] [-f] <hostnames to create sources for>
|
||||
|
||||
|
||||
DESCRIPTION
|
||||
|
@ -21,7 +21,7 @@ also the backups created for that source.
|
|||
OPTIONS
|
||||
-------
|
||||
-d:
|
||||
Delete also the destination directory. `'add_ccollect_source.sh` will change
|
||||
Delete also the destination directory. `add_ccollect_source.sh` will change
|
||||
to the source/'name'/destination directory, get the absolute name and delete
|
||||
it recursively.
|
||||
-f:
|
||||
|
@ -36,7 +36,7 @@ $CCOLLECT_CONF/sources::
|
|||
|
||||
SEE ALSO
|
||||
--------
|
||||
add_ccollect_source(1), ccollect(1)
|
||||
add_ccollect_source(1), ccollect(1), list_ccollect_intervals(1)
|
||||
|
||||
|
||||
AUTHOR
|
||||
|
|
Loading…
Reference in a new issue