Correct index helptext to say index instead of mash.

master
Ethan Dalool 2020-01-27 19:21:41 -08:00
parent 4e74d4be6e
commit ecfb96820c
1 changed files with 10 additions and 10 deletions

View File

@ -186,37 +186,37 @@ index:
Write HTML files instead of plain text. Write HTML files instead of plain text.
--offline: --offline:
The links in the mash will point to the files generated by The links in the index will point to the files generated by
offline_reading. That is, `../offline_reading/fullname.html` instead offline_reading. That is, `../offline_reading/fullname.html` instead
of `http://redd.it/id`. This will NOT trigger offline_reading to of `http://redd.it/id`. This will NOT trigger offline_reading to
generate the files now, so you must run that tool separately. generate the files now, so you must run that tool separately.
-st 50 | --score_threshold 50: -st 50 | --score_threshold 50:
Only mash posts with at least this many points. Only index posts with at least this many points.
Applies to ALL mashes! Applies to ALL indexes!
--all: --all:
Perform all of the mashes listed below. Perform all of the indexes listed below.
--date: --date:
Perform a mash sorted by date. Perform a index sorted by date.
--title: --title:
Perform a mash sorted by title. Perform a index sorted by title.
--score: --score:
Perform a mash sorted by score. Perform a index sorted by score.
--author: --author:
For subreddit databases only. For subreddit databases only.
Perform a mash sorted by author. Perform a index sorted by author.
--sub: --sub:
For username databases only. For username databases only.
Perform a mash sorted by subreddit. Perform a index sorted by subreddit.
--flair: --flair:
Perform a mash sorted by flair. Perform a index sorted by flair.
examples: examples:
`timesearch index -r botwatch --date` `timesearch index -r botwatch --date`