picoproj: make the -f option mandatory
authorAntonio Ospite <ospite@studenti.unina.it>
Tue, 24 Jan 2012 16:15:50 +0000 (17:15 +0100)
committerAntonio Ospite <ospite@studenti.unina.it>
Wed, 25 Jan 2012 14:57:30 +0000 (15:57 +0100)
commit0a0245dfbfc15f619ab1cc23d1f7ff76ecc2fcd6
treeca15c817136826007a0c0230b436bcde8469ed22
parentad32c9df36e8ec1c5b336bdad10ae771298b4d39
picoproj: make the -f option mandatory

Passing an image file name is now mandatory, before that the user could
be induced into thinking that a command like the following was sending
an image:

 ./picoproj -W 800 -H 480 -F 1 some_image.jpg

while the actually intended command line was:

  ./picoproj -W 800 -H 480 -F 1 -f some_image.jpg
                                ^^
Note the missing -f in the first command line.
src/picoproj.c