summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Luka Šijanec <anton@sijanec.eu>2022-10-10 22:01:44 +0200
committerAnton Luka Šijanec <anton@sijanec.eu>2022-10-10 22:01:44 +0200
commit74c8a69053577ef63efb207a431fc82283d2383a (patch)
treedb6077725690c4a479afc5cea058a05d4e2400ee
parentfflus (diff)
downloadštevec-74c8a69053577ef63efb207a431fc82283d2383a.tar
števec-74c8a69053577ef63efb207a431fc82283d2383a.tar.gz
števec-74c8a69053577ef63efb207a431fc82283d2383a.tar.bz2
števec-74c8a69053577ef63efb207a431fc82283d2383a.tar.lz
števec-74c8a69053577ef63efb207a431fc82283d2383a.tar.xz
števec-74c8a69053577ef63efb207a431fc82283d2383a.tar.zst
števec-74c8a69053577ef63efb207a431fc82283d2383a.zip
-rw-r--r--srv/c.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/srv/c.c b/srv/c.c
index eadda7c..7bda585 100644
--- a/srv/c.c
+++ b/srv/c.c
@@ -32,8 +32,8 @@ int main (int argc, char ** argv) {
error_at_line(1, 0, __FILE__, __LINE__, "uporaba: %s db informacije/preveri/rast/seštevek [natančnost=0] [začetek UNIXsek] [konec UNIXsek]\n\t"
"informacije: pove UNIXus prvega in UNIXus zadnjega zapisa\n\t"
"preveri: pove, če čas ni naraščajoč in kdaj se je števec resetiral\n\t"
-"rast: TSV s podatki <UNIXms>:<Wh skupno> najgosteje na [natančnost=0] ms\n\t"
-"seštevek: TSV s podatki <UNIXms>:<vatnih ur v [natančnost=10e3] ms>", S0(argv[0]));
+"rast: TSV s podatki <UNIXus>:<Wh skupno> najgosteje na [natančnost=0] ms\n\t"
+"seštevek: TSV s podatki <UNIXus>:<vatnih ur v [natančnost=10e3] ms>", S0(argv[0]));
int fd = -1;
struct entry * db = NULL;
if ((fd = open(argv[1], O_RDONLY | O_CLOEXEC)) == -1)