Minor change to wording in import-db3.php help.

This commit is contained in:
Retro_Guy 2023-05-28 21:53:20 -07:00
parent 0035debe45
commit 4f2920a747
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ if($argv[1][0] == '-') {
echo "-help: This help page\n";
echo "-version: Display version\n";
echo "-clean: Remove extraneous group db3 files\n";
echo "-import: Import articles from a .db3 file (-import alt.test-articles.db3)\n";
echo "-import: Import articles from a .db3 file (-import alt.test-articles)\n";
echo " You must first add group name to <config_dir>/<section>/groups.txt manually\n";
echo "-remove: Remove all data for a group (-remove alt.test)\n";
echo " You must also remove group name from <config_dir>/<section>/groups.txt manually\n";