summaryrefslogtreecommitdiff
path: root/extcap/sshdump.c
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2016-01-19 14:40:13 +0100
committerDario Lombardo <lomato@gmail.com>2016-01-19 15:01:23 +0000
commit69b8f6ca552007e5d62097293c7474d7bb08f8e5 (patch)
tree5f7379f5c54e1dad570aea8768e78395cbd28885 /extcap/sshdump.c
parentfed392137638dc604277a407fc05b41260f87f83 (diff)
downloadwireshark-69b8f6ca552007e5d62097293c7474d7bb08f8e5.tar.gz
sshdump: fix typo in extcap-config.
Change-Id: Ie6e60244e9ec6f80d37db9e46342c363825bc9ce Reviewed-on: https://code.wireshark.org/review/13415 Petri-Dish: Dario Lombardo <lomato@gmail.com> Reviewed-by: Michal Labedzki <michal.labedzki@tieto.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Dario Lombardo <lomato@gmail.com>
Diffstat (limited to 'extcap/sshdump.c')
-rw-r--r--extcap/sshdump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extcap/sshdump.c b/extcap/sshdump.c
index 8375161ae8..63eb3e3f25 100644
--- a/extcap/sshdump.c
+++ b/extcap/sshdump.c
@@ -555,7 +555,7 @@ static int list_config(char *interface, unsigned int remote_port)
printf("arg {number=%u}{call=--sshkey}{display=Path to SSH private key}"
"{type=fileselect}{tooltip=The path on the local filesystem of the private ssh key}\n",
inc++);
- printf("arg {number=%u}{call--sshkey-passphrase}{display=SSH key passphrase}\n"
+ printf("arg {number=%u}{call=--sshkey-passphrase}{display=SSH key passphrase}\n"
"{type=string}{tooltip=Passphrase to unlock the SSH private key}\n",
inc++);
printf("arg {number=%u}{call=--remote-interface}{display=Remote interface}"