diff options
author | Anton Luka Šijanec <anton@sijanec.eu> | 2022-10-10 22:01:44 +0200 |
---|---|---|
committer | Anton Luka Šijanec <anton@sijanec.eu> | 2022-10-10 22:01:44 +0200 |
commit | 74c8a69053577ef63efb207a431fc82283d2383a (patch) | |
tree | db6077725690c4a479afc5cea058a05d4e2400ee /srv | |
parent | fflus (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 |
Diffstat (limited to 'srv')
-rw-r--r-- | srv/c.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |