From 6065d1512daad0ca18501f92cdcb0de1668126f1 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Thu, 24 May 2018 10:49:31 +0200 Subject: [PATCH] villas.human: improve header --- lib/formats/villas_human.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/formats/villas_human.c b/lib/formats/villas_human.c index 02212ddd3..97dd48642 100644 --- a/lib/formats/villas_human.c +++ b/lib/formats/villas_human.c @@ -191,7 +191,7 @@ void villas_human_header(struct io *io) { FILE *f = io_stream_output(io); - fprintf(f, "# %-20s", "sec.nsec+offset"); + fprintf(f, "# %-20s", "seconds.nanoseconds+offset(sequence)"); if (io->output.signals) { for (int i = 0; i < list_length(io->output.signals); i++) {