aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2010-01-17 12:19:31 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2010-01-17 12:19:31 +0000
commit60b779755a41df944093cc113668930fd7947b11 (patch)
treefaf620c71a7910e5a81305a9cb4daacad6e4a4cd /tools
parent4f70f4fcea7e252cccb8cfc7b152d2bf29e8ebad (diff)
Fix a comment.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31545 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'tools')
-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];