Skip to content

Commit

Permalink
man: Fix doveadm-instance to accurately reflect arguments
Browse files Browse the repository at this point in the history
data/doveadm.js already reflected the correct arguments.
  • Loading branch information
slusarz authored and sirainen committed Sep 13, 2024
1 parent 8c5c6cf commit 5068b3c
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions docs/core/man/doveadm-instance.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ dovecotComponent: core

## SYNOPSIS

**doveadm** [*GLOBAL OPTIONS*] **instance list**
**doveadm** [*GLOBAL OPTIONS*] **instance list** [**-c**] [*name*]

**doveadm** [*GLOBAL OPTIONS*] **instance remove** *name* | *base_dir*
**doveadm** [*GLOBAL OPTIONS*] **instance remove** *name*

## DESCRIPTION

Expand All @@ -31,22 +31,23 @@ binaries (e.g. doveadm).
## ARGUMENTS

*name*
: The value of an instance's *instance_name* setting.

*base_dir*
: The base directory of a Dovecot instance.
: The value of an instance's *instance_name* setting. Each instance can
also be uniquely identified by its *base_dir* setting.

## COMMANDS

### instance list

**doveadm** [*GLOBAL OPTIONS*] instance list
**doveadm** [*GLOBAL OPTIONS*] instance list [**-c**] [*name*]

This command lists the seen Dovecot instances.

**-c**
: Output the config path instead of instance information.

### instance remove

**doveadm** [*GLOBAL OPTIONS*] instance remove *name* | *base_dir*
**doveadm** [*GLOBAL OPTIONS*] instance remove *name*

This command removes the specified instance.

Expand Down

0 comments on commit 5068b3c

Please sign in to comment.