Skip to content

Commit

Permalink
🎉 v2.0 release - --active feature
Browse files Browse the repository at this point in the history
  • Loading branch information
k4m4 committed Jan 4, 2018
1 parent 126722c commit 08d2fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onioff.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ def inspect():
dest='output_file', help='output filename')

parser.add_option('-a', '--active', action='store_true', default=False,
dest='active', help='save active onions only to output file')
dest='active', help='log active onions only to output file')

(options, argv) = parser.parse_args()

Expand Down

0 comments on commit 08d2fd1

Please sign in to comment.