From b9a282de16cec6be03e015f70e7e84452e64f716 Mon Sep 17 00:00:00 2001 From: Rafay Ghafoor Date: Mon, 24 Jul 2017 14:56:20 +0500 Subject: [PATCH] Update README.md --- README.md | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 7a7ed17..b5f99de 100644 --- a/README.md +++ b/README.md @@ -9,16 +9,21 @@ A CLI-script which allows to obtain information and configure PTCL router settin - Block and unblock devices using their mac addresses. # Usage: ---> Shows devices connected to the router. + +**Shows devices connected to the router.** + ```python -python ptcl.py -``` ---> Shows currently active devices and provides an option to block device from the display. +>>> python ptcl.py``` + +**Shows currently active devices and provides an option to block device from the display.** + ```python -python ptcl.py -b``` ---> Shows DHCP info for all devices connected in a day. +>>> python ptcl.py -b``` + +**Shows DHCP info for all devices connected in a day.** + ```python -python ptcl.py -sd``` +>>> python ptcl.py -sd``` # TODO: