As v.berriosfarias stated bellow, the current (SPAdes 3.14.1) manual explicitly states for --meta, only one paired-end library can be used for assembly - that is, single-end libraries and / or multiple libraries are not supported:
--meta (same as metaspades.py)
This flag is recommended when assembling metagenomic data sets (runs metaSPAdes, see paper for more details). Currently metaSPAdes supports only a single short-read library which has to be paired-end (we hope to remove this restriction soon). In addition, you can provide long reads (e.g. using --pacbio or --nanopore options), but hybrid assembly for metagenomes remains an experimental pipeline and optimal performance is not guaranteed. It does not support careful mode (mismatch correction is not available). In addition, you cannot specify coverage cutoff for metaSPAdes. Note that metaSPAdes might be very sensitive to presence of the technical sequences remaining in the data (most notably adapter readthroughs), please run quality control and pre-process your data accordingly.
The manual may be outdated, but SPAdes developers are reasonably careful with the manual, updating it accordingly when features are added or modified.
damn, thanks I read that on the github page : https://github.com/ablab/spades#meta
maybe the info there is not actualized, thanks so much