Просмотр исходного кода

Readme import-for-user

https://github.com/FreshRSS/FreshRSS/pull/1338
https://github.com/FreshRSS/FreshRSS/issues/1095
Alexandre Alapetite 9 лет назад
Родитель
Сommit
4f785865ba
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      cli/README.md

+ 1 - 0
cli/README.md

@@ -46,6 +46,7 @@ cd /usr/share/FreshRSS
 ./cli/actualize-user.php --user username
 
 ./cli/import-for-user.php --user username --filename /path/to/file.ext
+# The extension of the file { .json, .opml, .xml, .zip } is used to detect the type of import
 
 ./cli/export-opml-for-user.php --user username > /path/to/file.opml.xml