diff --git a/README.md b/README.md index ee6d71f..c7e757e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ If any of the above questions is true for you, this script might just be right for you. ## how? -statesnap.sh simply records output of commands such as ss, ps, ip and iptables with timestamp . This allows diff view of last recorded 'snap' compared to current situation. It provides information about: +_statesnap.sh_ simply records output of commands such as: _ss_, _ps_, _ip_ and _iptables_ with timestamp. This allows diff view of last recorded 'snap' compared to current situation. It provides information about: - List of unique processes names - List of opened TCP/UDP ports along with process name - Firewall rules @@ -15,8 +15,8 @@ statesnap.sh simply records output of commands such as ss, ps, ip and iptables w ## usage > ./statesnap.sh -> Usage: ./statesnap.sh [command]... +> Usage: ./statesnap.sh [command] > -> snap - Make server status snapshot -> diff - Make a diff comparison against latest snapshot -> clear - Delete all previous snapshots +> snap - Make server status snapshot +> diff - Make a diff comparison against latest snapshot +> clear - Delete all previous snapshots