Skip to content

Commit

Permalink
Oops datadir is a common sigtool option
Browse files Browse the repository at this point in the history
  • Loading branch information
micahsnyder committed Dec 16, 2024
1 parent 24f3b8e commit f636b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sigtool/sigtool.c
Original file line number Diff line number Diff line change
Expand Up @@ -3973,6 +3973,7 @@ static void help(void)
mprintf(LOGG_INFO, " --stdout Write to stdout instead of stderr. Does not affect 'debug' messages.\n");
mprintf(LOGG_INFO, " --tempdir=DIRECTORY Create temporary files in DIRECTORY\n");
mprintf(LOGG_INFO, " --leave-temps[=yes/no(*)] Do not remove temporary files\n");
mprintf(LOGG_INFO, " --datadir=DIR Use DIR as default database directory\n");
mprintf(LOGG_INFO, "\n");
mprintf(LOGG_INFO, " Commands for working with signatures:\n");
mprintf(LOGG_INFO, "\n");
Expand Down Expand Up @@ -4037,7 +4038,6 @@ static void help(void)
mprintf(LOGG_INFO, " database file\n");
mprintf(LOGG_INFO, " --unsigned Create unsigned database file (.cud)\n");
mprintf(LOGG_INFO, " --server=ADDR ClamAV Signing Service address\n");
mprintf(LOGG_INFO, " --datadir=DIR Use DIR as default database directory\n");
mprintf(LOGG_INFO, "\n");
mprintf(LOGG_INFO, " --unpack=FILE -u FILE Unpack a CVD/CLD file\n");
mprintf(LOGG_INFO, "\n");
Expand Down

0 comments on commit f636b92

Please sign in to comment.