diff options
author | June McEnroe <june@causal.agency> | 2021-01-15 14:47:42 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-01-15 14:48:39 -0500 |
commit | 820ae65b3a6b0e07f7c59458e1b0889011c67f4a (patch) | |
tree | 29daaf0afcaaba9a2d3bf376e88aae27cd24554f /bin/man1 | |
parent | Call cap_rights_limit on stderr too (diff) | |
download | src-820ae65b3a6b0e07f7c59458e1b0889011c67f4a.tar.gz src-820ae65b3a6b0e07f7c59458e1b0889011c67f4a.zip |
Output htagml -x from the main loop
Silly the way it was written, but I think I started writing it that way before I decided to make it mutually exclusive with regular output.
Diffstat (limited to 'bin/man1')
-rw-r--r-- | bin/man1/htagml.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/man1/htagml.1 b/bin/man1/htagml.1 index 7a5f572f..97e8f3f2 100644 --- a/bin/man1/htagml.1 +++ b/bin/man1/htagml.1 @@ -8,7 +8,7 @@ . .Sh SYNOPSIS .Nm -.Op Fl ipx +.Op Fl ip | x .Op Fl f Ar tagsfile .Ar file . |