Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafay Ghafoor authored Jul 24, 2017
1 parent 15569e7 commit b9a282d
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit b9a282d

Please sign in to comment.