rawtovcd.c: better description if -h is given

This commit is contained in:
Stefan Frederik 2022-07-29 14:31:54 +02:00
parent 83d44842cc
commit 62b4db861b
1 changed files with 2 additions and 0 deletions

View File

@ -283,6 +283,8 @@ int main(int argc, char *argv[])
}
if(i >= argc) {
fprintf(stderr, "Rawtovcd: convert a spice RAW file to VCD\n");
fprintf(stderr, "If '-v voltage' is given transform waves to digital (binary values)\n");
fprintf(stderr, "usage: rawtovcd [-v voltage] rawfile > vcdfile\n");
exit(EXIT_FAILURE);
}