From 47175367429b9c0ad9f60aa08e5eab623d397027 Mon Sep 17 00:00:00 2001 From: Joe Atzberger Date: Tue, 4 Dec 2007 17:40:45 -0600 Subject: [PATCH] Unrecognized escape \d passed through at misc/bulkauthimport.pl line 28. Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- misc/bulkauthimport.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/bulkauthimport.pl b/misc/bulkauthimport.pl index 0d37b6436c..285903e0d9 100755 --- a/misc/bulkauthimport.pl +++ b/misc/bulkauthimport.pl @@ -34,7 +34,7 @@ parameters : \tn : the number of the record to import. If missing, all the file is imported \tt : test mode : parses the file, saying what he would do, but doing nothing. \tc : the char encoding. At the moment, only MARC21 and UNIMARC supported. MARC21 by default. -\d : delete EVERYTHING related to biblio in koha-DB before import :tables : +\td : delete EVERYTHING related to biblio in koha-DB before import :tables : \t\tbiblio, \t\tbiblioitems, \t\tsubjects,\titems \tmarc_biblio, \t\tmarc_subfield_table, \tmarc_word, \t\tmarc_blob_subfield -- 2.39.5