[bulk_add_csv] align help
This commit is contained in:
parent
b1c6894fbc
commit
9a56b50d84
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@ class BulkAddCSV extends Extension
|
|||
public function onCommand(CommandEvent $event)
|
||||
{
|
||||
if ($event->cmd == "help") {
|
||||
print " bulk-add-csv [/path/to.csv]\n";
|
||||
print " Import this .csv file (refer to documentation)\n\n";
|
||||
print "\tbulk-add-csv [/path/to.csv]\n";
|
||||
print "\t\tImport this .csv file (refer to documentation)\n\n";
|
||||
}
|
||||
if ($event->cmd == "bulk-add-csv") {
|
||||
global $user;
|
||||
|
|
Reference in a new issue