Thread
:
Nitdroid on Nokia n9 and donation thread.
View Single Post
Gybe
2012-03-27 , 11:56
Posts: 13 | Thanked: 12 times | Joined on Oct 2011
#
365
Originally Posted by
law138
I'm sorry rain I'm slow what do you mean by -vs-- ?
In linux world you can give command line arguments with one or two hyphens. In your error message you for example see that you can either give "-V" or "--version", which both print the application version.
Now, you have given command line argument
Code:
-flash-only=kernel
but from the error message you see that the program is actually expecting
Code:
--flash-only=ARG
So you lack one hyphen.
Quote & Reply
|
Gybe
View Public Profile
Send a private message to Gybe
Find all posts by Gybe