Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
tests: serverhash: added newline to usage
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
  • Loading branch information
nmav authored and dwmw2 committed May 15, 2017
1 parent a060eff commit 3b72cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/serverhash.c
Expand Up @@ -54,7 +54,7 @@ int main(int argc, char **argv)
struct openconnect_info *vpninfo;

if (argc != 2) {
fprintf(stderr, "usage: serverhash <server>");
fprintf(stderr, "usage: serverhash <server>\n");
exit(1);
}
openconnect_init_ssl();
Expand Down

0 comments on commit 3b72cd8

Please sign in to comment.