File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 44
44
* Values are "channel", "units", "off". Defaults to "units".
45
45
*
46
46
* time: Whether or not the first column should include the time the sample
47
- * was taken. Defaults to TRUE .
47
+ * was taken. Defaults to FALSE .
48
48
*
49
49
* trigger: Whether or not to add a "trigger" column as the last column.
50
50
* Defaults to FALSE.
@@ -658,7 +658,7 @@ static const struct sr_option *get_options(void)
658
658
l = g_slist_append (l , g_variant_ref_sink (g_variant_new_string ("channel" )));
659
659
l = g_slist_append (l , g_variant_ref_sink (g_variant_new_string ("off" )));
660
660
options [7 ].values = l ;
661
- options [8 ].def = g_variant_ref_sink (g_variant_new_boolean (TRUE ));
661
+ options [8 ].def = g_variant_ref_sink (g_variant_new_boolean (FALSE ));
662
662
options [9 ].def = g_variant_ref_sink (g_variant_new_boolean (FALSE));
663
663
options [10 ].def = g_variant_ref_sink (g_variant_new_boolean (FALSE));
664
664
}
You can’t perform that action at this time.
0 commit comments