aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/test1013.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libtest/test1013.pl')
-rwxr-xr-xtests/libtest/test1013.pl5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/libtest/test1013.pl b/tests/libtest/test1013.pl
index b46e5ae3a..6127df82a 100755
--- a/tests/libtest/test1013.pl
+++ b/tests/libtest/test1013.pl
@@ -1,8 +1,9 @@
#!/usr/bin/env perl
-# Determine if curl-config --protocols matches the curl --version protocols
+# Determine if curl-config --protocols/--features matches the
+# curl --version protocols/features
if ( $#ARGV != 2 )
{
- print "Usage: $0 curl-config-script curl-features-file features|protocols\n";
+ print "Usage: $0 curl-config-script curl-version-output-file features|protocols\n";
exit 3;
}