diff --git a/tests/rotctl.c b/tests/rotctl.c index 6817977f0..1be198500 100644 --- a/tests/rotctl.c +++ b/tests/rotctl.c @@ -509,6 +509,4 @@ void usage() ); usage_rot(stdout); - - printf("\nReport bugs to .\n"); } diff --git a/tests/rotctl_parse.c b/tests/rotctl_parse.c index 62ab4bcf1..fa2c69f0a 100644 --- a/tests/rotctl_parse.c +++ b/tests/rotctl_parse.c @@ -1572,6 +1572,8 @@ void usage_rot(FILE *fout) "Commands and arguments read from standard input must be white space separated,\n" "comments are allowed, comments start with the # character and continue to the\n" "end of the line.\n"); + + fprintf(fout, "\nReport bugs to .\n"); } diff --git a/tests/rotctld.c b/tests/rotctld.c index c3dedb52f..454def788 100644 --- a/tests/rotctld.c +++ b/tests/rotctld.c @@ -734,6 +734,4 @@ void usage() portno); usage_rot(stdout); - - printf("\nReport bugs to .\n"); }