Update usage instructions, and document test case format.
[oweals/busybox.git] / examples / mk2knr.pl
index aaf4963b14800f0bdfb31e98c3594420fb7073f4..1259b8436cd622462634830941f68ea471acd61e 100755 (executable)
@@ -3,7 +3,7 @@
 # @(#) mk2knr.pl - generates a perl script that converts lexemes to K&R-style
 #
 # How to use this script:
-#  - In the busybox directory type 'scripts/mk2knr.pl files-you-want-to-convert'
+#  - In the busybox directory type 'examples/mk2knr.pl files-to-convert'
 #  - Review the 'convertme.pl' script generated and remove / edit any of the
 #    substitutions in there (please especially check for false positives)
 #  - Type './convertme.pl same-files-as-before'