summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorAleksey Sanin <aleksey@src.gnome.org>2003-11-30 06:31:30 +0000
committerAleksey Sanin <aleksey@src.gnome.org>2003-11-30 06:31:30 +0000
commitaa36ba4b56a58f25c35d59428bb7305bd173684f (patch)
treed5c9811c37a3c9cfbe81a9eef5f6e2e5b308b521 /apps
parent0d6136a7a7123f700348cb25ec920812a2ad0588 (diff)
downloadxmlsec1-aa36ba4b56a58f25c35d59428bb7305bd173684f.tar.gz
xmlsec1-aa36ba4b56a58f25c35d59428bb7305bd173684f.tar.bz2
xmlsec1-aa36ba4b56a58f25c35d59428bb7305bd173684f.zip
fixed tests failure on distcheck
Diffstat (limited to 'apps')
-rw-r--r--apps/cmdline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/cmdline.c b/apps/cmdline.c
index 5f7f6179..e34e5b01 100644
--- a/apps/cmdline.c
+++ b/apps/cmdline.c
@@ -86,7 +86,7 @@ xmlSecAppCmdLineParamsListParse(xmlSecAppCmdLineParamPtr* params,
while((pos < argc) && (argv[pos][0] == '-')) {
param = xmlSecAppCmdLineParamsListFind(params, topics, argv[pos]);
if(param == NULL) {
- fprintf(stderr, "Error: parameter \"%s\" is not valid.\n", argv[pos]);
+ fprintf(stderr, "Error: parameter \"%s\" is not supported or the requested\nfeature might have been disabled during compilation.\n", argv[pos]);
return(-1);
}