Updated docs

This commit is contained in:
Michiel Broek
2002-03-03 21:46:44 +00:00
parent bd4581db84
commit 55734a6215
2 changed files with 16 additions and 27 deletions

View File

@@ -377,6 +377,8 @@ int main(int argc, char **argv)
check_dupe = FALSE;
else if (strncmp(tl(argv[i]), "-q", 2) == 0)
do_quiet = TRUE;
else if (strncmp(tl(argv[i]), "-a", 2) == 0)
WriteError("The -a option is obsolete, adjust your setup");
else if (strncmp(tl(argv[i]), "-unp", 4) == 0)
do_unprot = TRUE;
else if (strncmp(tl(argv[i]), "-uns", 4) == 0)