Minor changes

This commit is contained in:
Loic Guegan 2023-07-15 09:13:55 +02:00
parent e8325d0005
commit f66e5bf74f
2 changed files with 1 additions and 2 deletions

View file

@ -5,7 +5,6 @@ CFLAGS=
all: publisher client logger
publisher: src/publisher.c
$(CC) -lzmq $^ -o $@

View file

@ -17,7 +17,7 @@ void start(char *power_path, char *busid, char *chipaddr);
int main (int argc, char *argv [])
{
if(argc != 3){
printf("Usage: %s <client> <frequency>",argv[0]);
printf("Usage: %s <logdir> <client> <logfrequency>",argv[0]);
exit(1);
}