main: -e showeval option

This commit is contained in:
corey 2024-01-20 12:25:34 -06:00
parent dc2cda070d
commit d68b07f231

2
main.c
View File

@ -7,7 +7,7 @@
#include"version.h"
#define HELPMSG "par v"VERSION"\n"\
"usage: par [-bhprt] [-o OUTFILE] [-m ARCH] [--help] [--list-arches] [FILES]"
"usage: par [-behprt] [-o OUTFILE] [-m ARCH] [--help] [--list-arches] [FILES]"
#define ARCHESMSG "i386\nir\nrun\nx86_64"
int main(int argc,char**argv)