Skip to content

Commit f078458

Browse files
committed
updated README.md
1 parent 839a90b commit f078458

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ Global Arguments:
5656
--debug Set logging level [DEBUG]
5757
--minimal Disable DBmanager and Prettify mode
5858
--runtime RUNTIME Set Runtime duration in seconds
59+
--nofilter Display unfiltered/all Hostapd logs to stdout
5960
```
6061

6162
**Database:**

utils/arguments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def add_usage(self, usage, actions, groups, prefix=None):
6565
group1.add_argument('--droptables', dest='droptables', action='store_true', help='Drop all database tables')
6666
group1.add_argument('--minimal', dest='minimal', action='store_true', help='Disable DBmanager and Prettify mode')
6767
group1.add_argument('--runtime', dest='runtime', type=int, default=float("inf"), help='Set Runtime duration in seconds')
68-
group1.add_argument('--nofilter', dest='nofilter', action='store_true', help='Display unfiltered/all Hostapd logs to stdout.')
68+
group1.add_argument('--nofilter', dest='nofilter', action='store_true', help='Display unfiltered/all Hostapd logs to stdout')
6969

7070

7171
# Print 'help' if no options are defined.

0 commit comments

Comments
 (0)