Ensure all utilities support `--help', `--version' and `--licence',
[sgt/utils] / multi / multi.but
index 20180f4..9bff4c5 100644 (file)
@@ -172,6 +172,7 @@ Here's an example using \cw{-r}. Suppose you have lots of small C
 programs and you want to quickly compile them all into binaries:
 
 \c $ multi -r - cc -o - 's/.c$//' *.c
+\c   bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
 \c cc -o bar bar.c
 \c cc -o baz baz.c
 \c cc -o foo foo.c
@@ -203,3 +204,8 @@ script which contains the core idea of this program. It takes a
 single Perl argument followed by filenames, and invokes Perl's
 internal \cw{rename} function. \cw{multi} is a complete rewrite of
 this basic idea, supplying more options and configurability.
+
+\H{multi-manpage-licence} LICENCE
+
+\cw{multi} is free software, distributed under the MIT licence. Type
+\cw{multi --licence} to see the full licence text.