Skip to content

Commit

Permalink
Added help
Browse files Browse the repository at this point in the history
  • Loading branch information
crondaemon committed Jul 16, 2014
1 parent 94b2154 commit 1ffd326
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ void usage(string s)
cout << "--delay=<usec>: delay between packets\n";
cout << "--verbose: be verbose\n";
cout << "--help: this help\n";
cout << "\nExamples:\n";
cout << "\tsudo ./dines --server\n";
cout << "\tsudo ./dines --dst-ip 1.2.3.4 --question=www.example.com\n";
cout << "\n";
}

Expand Down

0 comments on commit 1ffd326

Please sign in to comment.