sprintf(sql,"select name, description, syntax from interfaces where type = '%s' and description != '' and name = '%s' order by type,name",command,argv[1]);
}else{
sprintf(sql,"select name, description, syntax from interfaces where type = '%s' and description != '' order by type,name",command);