Skip to content

Commit

Permalink
Update outdated description in man page
Browse files Browse the repository at this point in the history
  • Loading branch information
woelke committed May 23, 2018
1 parent 9413f13 commit 8dd1a24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/vast.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ Import a PCAP trace into a local VAST node in one shot:

Run a historical query, printed in ASCII, limited to at most 10 results:

vast export ascii -e 10 :addr in 10.0.0.0/8
vast export -e 10 ascii :addr in 10.0.0.0/8

Query a local node and get the result back as PCAP trace:

Expand Down Expand Up @@ -501,7 +501,7 @@ A type can be a *basic type*, a *container type* or a *compound type*.

- `vector<T>`: a sequence of instances of type T
- `set<T>`: an unordered mathematical set of instances of type T
- `table<T, U>`: an associative array that maps instances of type T to type U
- `map<T, U>`: an associative array that maps instances of type T to type U

#### Compound types

Expand Down

0 comments on commit 8dd1a24

Please sign in to comment.