Commit 93f372b8 authored by Lev Walkin's avatar Lev Walkin

more help

parent cec390d5
...@@ -11,8 +11,8 @@ set -e ...@@ -11,8 +11,8 @@ set -e
usage() { usage() {
echo "Usage:" echo "Usage:"
echo " $0 -h" echo " $0 -h"
echo " $0 -t \"<ASN.1 definition for type T, in string form>\"" echo " $0 [--dirty] -t \"<ASN.1 text defining type T, in string form>\""
echo " $0 bundles/<bundle-name.txt> [<line>]" echo " $0 [--dirty] bundles/<bundle-name.txt> [<line>]"
echo "Where options are:" echo "Where options are:"
echo " -h Show this help screen" echo " -h Show this help screen"
echo " --dirty Reuse compile results from the previous run(s)" echo " --dirty Reuse compile results from the previous run(s)"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment