From: Antonio Ospite Date: Tue, 24 Jan 2012 16:15:50 +0000 (+0100) Subject: picoproj: make the -f option mandatory X-Git-Tag: v0.1.0~13 X-Git-Url: https://git.ao2.it/libam7xxx.git/commitdiff_plain/0a0245dfbfc15f619ab1cc23d1f7ff76ecc2fcd6?hp=0a0245dfbfc15f619ab1cc23d1f7ff76ecc2fcd6 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. ---