Skip to content

Commit

Permalink
Remove arg
Browse files Browse the repository at this point in the history
  • Loading branch information
threesquared committed Aug 23, 2018
1 parent b29a838 commit bb50040
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@ fn main() {
.default_value("5000")
.takes_value(true)
)
.arg(Arg::with_name("scan")
.help("The interval to scan for new devices in ms")
.short("n")
.default_value("60000")
.takes_value(true)
)
.arg(Arg::with_name("pattern")
.help("Pattern to match in assassin mode")
.short("p")
Expand Down

0 comments on commit bb50040

Please sign in to comment.