param subsystem: Only send the instantiated parameters via telemetry

This commit is contained in:
Lorenz Meier
2015-03-21 22:01:28 +01:00
parent 23655675d3
commit fe12bffefa
4 changed files with 75 additions and 9 deletions
+1 -1
View File
@@ -236,7 +236,7 @@ static void
do_show(const char *search_string)
{
printf(" + = saved, * = unsaved\n");
param_foreach(do_show_print, (char *)search_string, false);
param_foreach(do_show_print, (char *)search_string, false, false);
exit(0);
}