aboutsummaryrefslogtreecommitdiffstats
path: root/tools/extract_asn1_from_spec.pl
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2010-01-17 12:19:31 +0000
committerAnders Broman <anders.broman@ericsson.com>2010-01-17 12:19:31 +0000
commitd0ced3ccefd24ef651832f5749e8db6d41ee5ec3 (patch)
treefaf620c71a7910e5a81305a9cb4daacad6e4a4cd /tools/extract_asn1_from_spec.pl
parentba8d7bd919a274912588ae363403abc880843697 (diff)
Fix a comment.
svn path=/trunk/; revision=31545
Diffstat (limited to 'tools/extract_asn1_from_spec.pl')
-rwxr-xr-xtools/extract_asn1_from_spec.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/extract_asn1_from_spec.pl b/tools/extract_asn1_from_spec.pl
index e32c3c98f5..a57623bfaa 100755
--- a/tools/extract_asn1_from_spec.pl
+++ b/tools/extract_asn1_from_spec.pl
@@ -4,7 +4,7 @@
# First download the specification from 3gpp.org as a word document and open it
# Then in "view" menu, select normal or web layout (needed to removed page header and footers)
# Finally save the document as a text file
-# Call the script: "perl extract_asn1 36331-xxx.txt"
+# Call the script: "perl extract_asn1_from_spec.pl 36331-xxx.txt"
# It should generate: EUTRA-RRC-Definitions.asn, EUTRA-UE-Variables.asn and EUTRA-InterNodeDefinitions
use warnings;
$input_file = $ARGV[0];