Skip to content

Commit

Permalink
improved language
Browse files Browse the repository at this point in the history
vlm committed Sep 7, 2014
1 parent b40ec41 commit 8b3b3d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/crfc2asn1.pl
Original file line number Diff line number Diff line change
@@ -9,9 +9,9 @@
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);
}

0 comments on commit 8b3b3d8

Please sign in to comment.