diff --git a/ykval-gen-clients b/ykval-gen-clients index a701a7b..5691442 100755 --- a/ykval-gen-clients +++ b/ykval-gen-clients @@ -37,7 +37,7 @@ if(array_key_exists('h', $options) || array_key_exists('help', $options)) { echo " Unless num_clients is defined, one client will be generated.\n\n"; echo "Options supported by ".$argv[0]."\n"; echo " --urandom\n"; - echo " Use /dev/urandom instead of /dev/random as entropy source."; + echo " Use /dev/urandom instead of /dev/random as entropy source\n"; echo " --email=EMAIL\n"; echo " Sets the e-mail field of the created clients\n"; echo " --notes=NOTES\n";