Update README.md

This commit is contained in:
Astatin3
2023-09-04 09:27:30 -06:00
committed by GitHub
parent c86e59dfb8
commit 04322bacee
+4 -2
View File
@@ -3,6 +3,8 @@ A python script to sort through a list of ip's to find working minecraft servers
Usage: Usage:
``` ```
./srvstatus.py -p <single IP> Usage:
./srvstatus.py -f <file with list of IP's> srvstatus.py -p IP
srvstatus.py -f inlist.txt
srvstatus.py -f inlist.txt -o outfile.xlsx
``` ```