aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2014-09-07 07:13:16 -0700
committerLev Walkin <vlm@lionet.info>2014-09-07 07:13:16 -0700
commit8b3b3d845066620056f24acb9f1ca6220fec44fc (patch)
treed4175213677717fb59007c14490fad82104e613e /examples
parentb40ec41655a6f59705df247d71754aa42505485b (diff)
improved language
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/crfc2asn1.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/crfc2asn1.pl b/examples/crfc2asn1.pl
index c942f098..d9c8c861 100755
--- a/examples/crfc2asn1.pl
+++ b/examples/crfc2asn1.pl
@@ -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);
}