Commit 8b3b3d84 authored by Lev Walkin's avatar Lev Walkin

improved language

parent b40ec416
......@@ -9,9 +9,9 @@ my $found = 0;
my $currentFname = '';
if(-t STDIN && $#ARGV == -1) {
print STDERR "Extract ASN.1 specification from the RFC file\n";
print STDERR "Usage: $0 <rfc-file.txt> ...\n";
print STDERR "Usage: <someprog> | $0\n";
print STDERR "Extract the ASN.1 specification from the RFC file(s).\n";
print STDERR "Usage 1: $0 <rfc-file.txt> ...\n";
print STDERR "Usage 2: <someprog> | $0\n";
exit(1);
}
......
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