diff options
author | Antti-Juhani Kaijanaho <antti-juhani@kaijanaho.fi> | 2007-08-05 20:48:03 +0100 |
---|---|---|
committer | Antti-Juhani Kaijanaho <antti-juhani@kaijanaho.fi> | 2007-08-05 20:48:03 +0100 |
commit | 8a47761dc08ad0d567343941563060a2a05d722e (patch) | |
tree | f01ede6392e6d3d5eef2effac778990523b8a0a9 /man/join-dctrl.1 | |
parent | ad6b9ed75a5f0c531fe0be4444e90dd0ec72040f (diff) | |
download | dctrl-tools-8a47761dc08ad0d567343941563060a2a05d722e.tar.gz |
join-dctrl: new option '-a'
With this new option, join-dctrl solves the following longstanding wishlist item.
Closes: #136097 (grep-dctrl: Merging status and available would be helpful)
Requested by Ben Armstrong <synrg@sanctuary.nslug.ns.ca>.
Diffstat (limited to 'man/join-dctrl.1')
-rw-r--r-- | man/join-dctrl.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/join-dctrl.1 b/man/join-dctrl.1 index a7904cf..e2ff551 100644 --- a/man/join-dctrl.1 +++ b/man/join-dctrl.1 @@ -64,6 +64,10 @@ Specify the join field of the second input file. .BI \-j " FIELD, " \-\-join\-field= FIELD Specify a common join field for all files. .TP +.BI \-a " FIELDNO," \-\-unpairable\-from= FIELDNO +Specify that unmatched paragraphs from the first (if 1 is given) or +the second (if 2 is given) file are printed. +.TP .BI \-o " FIELDSPEC, " \-\-output\-fields= FIELDSPEC Specify which fields are included in the output. . |