1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2025-03-04 12:29:19 +01:00

add newline in help text

This commit is contained in:
Klas Lindfors 2015-07-02 13:36:49 +02:00
parent 0a47f1e4cd
commit 9a179f37ea

View File

@ -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 " Unless num_clients is defined, one client will be generated.\n\n";
echo "Options supported by ".$argv[0]."\n"; echo "Options supported by ".$argv[0]."\n";
echo " --urandom\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 " --email=EMAIL\n";
echo " Sets the e-mail field of the created clients\n"; echo " Sets the e-mail field of the created clients\n";
echo " --notes=NOTES\n"; echo " --notes=NOTES\n";