Commit 8012e084 authored by Alexandre Dulaunoy's avatar Alexandre Dulaunoy
Browse files

Fix typo in example (-f is full json output)

parent cb266e22
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -220,7 +220,7 @@ and you query the fulltext index (to get a list of matching CVE-ID):

or to query the fulltext index and output the JSON object for each CVE-ID:

    ./bin/search_fulltext.py -q NFS -q Linux -j
    ./bin/search_fulltext.py -q NFS -q Linux -f

Fulltext visualization
----------------------