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 | 8db0b48f9dce63bfdb410b9b4e13e4adf0326830 (patch) | |
tree | 1aeaf8fa76db8612b56fb329b151c9aedee1b646 /bin/man1 | |
parent | Call cap_rights_limit on stderr too (diff) | |
download | src-8db0b48f9dce63bfdb410b9b4e13e4adf0326830.tar.gz src-8db0b48f9dce63bfdb410b9b4e13e4adf0326830.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 . |