[bulk_add_csv] align help
This commit is contained in:
@@ -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 New Issue
Block a user