diff options
author | Leah Neukirchen <leah@vuxu.org> | 2020-03-30 19:02:55 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2020-03-30 19:02:55 +0200 |
commit | d50bb5772a702359bdec40aefb05ace9f1226389 (patch) | |
tree | fd1b2dae655c85e2964a5c207604324e98f89c50 /man | |
parent | eabdda4405ff6ddda6dd8690432418f8dabeb53b (diff) | |
download | mblaze-d50bb5772a702359bdec40aefb05ace9f1226389.tar.gz mblaze-d50bb5772a702359bdec40aefb05ace9f1226389.tar.xz mblaze-d50bb5772a702359bdec40aefb05ace9f1226389.zip |
maddr: add -d to only print display name.
Diffstat (limited to 'man')
-rw-r--r-- | man/maddr.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man/maddr.1 b/man/maddr.1 index 1e8b415..c38649f 100644 --- a/man/maddr.1 +++ b/man/maddr.1 @@ -1,4 +1,4 @@ -.Dd July 22, 2016 +.Dd March 30, 2020 .Dt MADDR 1 .Os .Sh NAME @@ -6,7 +6,7 @@ .Nd extract mail addresses from messages .Sh SYNOPSIS .Nm -.Op Fl a +.Op Fl ad .Op Fl h Ar headers .Op Ar msgs\ ... .Sh DESCRIPTION @@ -36,6 +36,8 @@ The options are as follows: .Bl -tag -width Ds .It Fl a Only print the addr-spec address, not the display name. +.It Fl d +Only print the display name. .It Fl h Ar headers Only search the colon-separated list of .Ar headers |