blob: 984de9fc0ca14b6c14211818f1f149db55f28ea1 (
plain)
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
|
#+TITLE: MU ADD
#+MAN_CLASS_OPTIONS: :section-id "@SECTION_ID@" :date "@MAN_DATE@"
#+include: macros.inc
* NAME
mu-add - add one or more messages to the database
* SYNOPSIS
*mu* [_COMMON-OPTIONS_] *add* [_OPTIONS_] _FILE_...
* DESCRIPTION
*mu add* is the command to add specific message files to the database. Each file
must be specified with an absolute path.
* ADD OPTIONS
#+include: "muhome.inc" :minlevel 2
#+include: "common-options.inc" :minlevel 1
#+include: "exit-code.inc" :minlevel 1
#+include: "prefooter.inc" :minlevel 1
* SEE ALSO
{{{man-link(mu,1)}}},
{{{man-link(mu-index,1)}}},
{{{man-link(mu-remove,1)}}}
|