summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHåkon Nessjøen <haakon.nessjoen@gmail.com>2013-01-14 12:35:05 +0100
committerHåkon Nessjøen <haakon.nessjoen@gmail.com>2013-01-14 12:35:05 +0100
commit49597eed6c6cbf847a0c7f5af2333e3702e07f7d (patch)
tree0791760786cb16285c08ea8db3d5b123949e046b
parent585c98611c16d0a08ab6d864f5ce13829c31df31 (diff)
downloadMAC-Telnet-49597eed6c6cbf847a0c7f5af2333e3702e07f7d.tar.gz
MAC-Telnet-49597eed6c6cbf847a0c7f5af2333e3702e07f7d.zip
Added missing usage description.
-rw-r--r--mactelnet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mactelnet.c b/mactelnet.c
index 9ea06b4..580d5ae 100644
--- a/mactelnet.c
+++ b/mactelnet.c
@@ -505,7 +505,7 @@ int main (int argc, char **argv) {
}
if (argc - optind < 1 || print_help) {
print_version();
- fprintf(stderr, _("Usage: %s <MAC|identity> [-h] [-n] [-t <timeout>] [-u <user>] [-p <password>] [-U <user>] | -l\n"), argv[0]);
+ fprintf(stderr, _("Usage: %s <MAC|identity> [-h] [-n] [-t <timeout>] [-u <user>] [-p <password>] [-U <user>] | -l [-B] [-t <timeout>]\n"), argv[0]);
if (print_help) {
fprintf(stderr, _("\nParameters:\n"