wget não funciona assim. Ele precisa do parâmetro -O (read: capital O) se você quiser fornecer um nome de arquivo de saída diferente.
wget -O [output-file] [URI]
Observe que, de acordo com man wget :
The documents will not be written to the appropriate files, but all will be concatenated together and written to file. If
-is used as file, documents will be printed to standard output, disabling link conversion.
Portanto, isso só funciona em casos simples em que você tem um arquivo para download.