Unable to use keytool because it shows More?

Viewed 14

I have build the apk and I want to use keytool then:

So in the command prompt I copied:

keytool -list -v -keystore ./keystore.jks -alias upload -storepass mypass -keypass mypass

But each time I get this message:

More?

Here is the image:

enter image description here

How can I fix this and run this command?

0 Answers
Related