Commit ae0c3c27 authored by Lev Walkin's avatar Lev Walkin

a bit more generic file metaname

parent 9d2b0443
......@@ -213,7 +213,7 @@ main(int ac, char *av[]) {
#define _ASX(x) _AXS(x)
fprintf(stderr, "%s\n", _ASX(ASN_CONVERTER_TITLE));
#endif
fprintf(stderr, "Usage: %s [options] <data.ber> ...\n", av[0]);
fprintf(stderr, "Usage: %s [options] <datafile> ...\n", av[0]);
fprintf(stderr, "Where options are:\n");
if(pduType->op->oer_decoder)
fprintf(stderr,
......
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