Skip to content

Commit f7b8176

Browse files
committed
Remove index usage
1 parent 909384b commit f7b8176

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ fn fetch_model(index_path: &str) -> Result<InMemoryModel, ()> {
191191
fn usage(program: &String) {
192192
eprintln!("{}: {program} [SUBCOMMAND] [OPTIONS]", "USAGE".bold().cyan(), program = program.bright_blue());
193193
eprintln!("Subcommands:");
194-
eprintln!(" index <folder> [save-path] Index the <folder> containing XML/XHTML files and save the index to [save-path] (Default: index.json)");
195194
eprintln!(" search <index-file> <prompt> Search query within a index file. (Default: Shows top 20 search results)");
196195
eprintln!(" check [index-file] Quickly check how many documents are present in a saved index file (Default: index.json)");
197196
eprintln!(" serve <index-file> [address] Starts an HTTP server with Web Interface based on a pre-built index (Default: localhost:6969)");

0 commit comments

Comments
 (0)