Sqoop eval command issue

command:
sqoop-eval
–connect “jdbc:mysql://cxln2.c.thelab-240901.internal”
–username sqoopuser
–password NHkkP876rp
–query “select * from retail_db.class limit 1”

output erro:
-bash-4.2$ sqoop-eval \

–connect “jdbc:mysql://cxln2.c.thelab-240901.internal”
–username sqoopuser
–password NHkkP876rp
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/usr/hdp/2.6.2.0-205/hadoop/lib/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/usr/hdp/2.6.2.0-205/accumulo/lib/slf4j-log4j12.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
20/06/17 10:03:06 INFO sqoop.Sqoop: Running Sqoop version: 1.4.6.2.6.2.0-205
20/06/17 10:03:06 WARN tool.BaseSqoopTool: Setting your password on the command-line is insecure. Consider using -P instead.
This command requires the query argument.
Try --help for usage instructions.
-bash-4.2$ --query “select * from retail_db.class limit 1”