]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
reindent importbookmarks.php
authorEvan Prodromou <evan@status.net>
Mon, 20 Dec 2010 18:35:21 +0000 (13:35 -0500)
committerEvan Prodromou <evan@status.net>
Mon, 20 Dec 2010 18:35:21 +0000 (13:35 -0500)
plugins/Bookmark/importbookmarks.php

index 3074be39f9c1b4d2fd44e91f4d765f47df203e03..38a53d800db69f68710853f0432c986b50d6b302 100644 (file)
@@ -23,13 +23,12 @@ $shortoptions = 'i:n:f:';
 $longoptions = array('id=', 'nickname=', 'file=');
 
 $helptext = <<<END_OF_IMPORTBOOKMARKS_HELP
-importbookmarks.php [options]
-Restore a backed-up Delicious.com bookmark file
-
-  -i --id       ID of user to import bookmarks for
-  -n --nickname nickname of the user to import for
-  -f --file     file to read from (STDIN by default)
+    importbookmarks.php [options]
+    Restore a backed-up Delicious.com bookmark file
 
+    -i --id       ID of user to import bookmarks for
+    -n --nickname nickname of the user to import for
+    -f --file     file to read from (STDIN by default)
 END_OF_IMPORTBOOKMARKS_HELP;
 
 require_once INSTALLDIR.'/scripts/commandline.inc';
@@ -63,7 +62,6 @@ function getBookmarksFile()
        return $html;
 }
 
-
 try {
        $dbi = new DeliciousBackupImporter();