change usage message so it at least mentions all options. Still need to clean up options with arguments

This commit is contained in:
Allen McIntosh 2021-01-18 20:51:30 -05:00 committed by pancake
parent 4ca278c2cb
commit 5a207ff69c

View File

@ -424,7 +424,7 @@ static int bcb(RDiff *d, void *user, RDiffOp *op) {
}
static int show_help(int v) {
printf ("Usage: radiff2 [-abBcCdjrspOxuUvV] [-A[A]] [-g sym] [-m graph_mode][-t %%] [file] [file]\n");
printf ("Usage: radiff2 [-abBcCdeGhijnrOpqsSxuUvVzZ] [-A[A]] [-g sym] [-m graph_mode][-t %%] [file] [file]\n");
if (v) {
printf (
" -a [arch] specify architecture plugin to use (x86, arm, ..)\n"