Browse Source

removed lowercase reference

pull/1/head
Niels Werensteijn 8 years ago
parent
commit
c3665992a9
  1. 2
      src/libxt_ts3init_get_puzzle.c

2
src/libxt_ts3init_get_puzzle.c

@ -29,7 +29,7 @@ static void ts3init_get_puzzle_help(void) @@ -29,7 +29,7 @@ static void ts3init_get_puzzle_help(void)
"ts3init_get_puzzle match options:\n"
" --min-client n The sending client needs to be at least version.\n"
" --check-cookie Check that the cookie was generated by same seed.\n"
" --random-seed <seed> Seed is a %i byte lowercase hex number in.\n"
" --random-seed <seed> Seed is a %i byte hex number.\n"
" A source could be /dev/random.\n"
" --random-seed-file <file> Read the seed from a file.\n",
RANDOM_SEED_LEN

Loading…
Cancel
Save