File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -191,7 +191,6 @@ fn fetch_model(index_path: &str) -> Result<InMemoryModel, ()> {
191191fn 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)" ) ;
You can’t perform that action at this time.
0 commit comments