mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-07-16 08:55:18 +00:00
fixing the readme to account for the -f flag
This commit is contained in:
parent
20559ff540
commit
664eaa3241
1 changed files with 1 additions and 1 deletions
|
|
@ -230,7 +230,7 @@ make install PREFIX=$HOME/.local
|
||||||
```
|
```
|
||||||
Now you can run the program like that:
|
Now you can run the program like that:
|
||||||
```
|
```
|
||||||
psf-decode-packets -o ./output-directory foo.gcap bar.gcap
|
psf-decode-packets -o ./output-directory -f foo.gcap bar.gcap
|
||||||
```
|
```
|
||||||
By default, decodePackets takes in `.gcap` files, but it can also take gcapy ascii files with the
|
By default, decodePackets takes in `.gcap` files, but it can also take gcapy ascii files with the
|
||||||
`-p` option. Run `psf-decode-packets --help` to get usage info.
|
`-p` option. Run `psf-decode-packets --help` to get usage info.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue