DarwinNE / FidoCadJ

FidoCadJ is a free user-friendly vector graphic editor for MacOSX, Linux, Windows and Android with a library of electronic symbols.
http://darwinne.github.io/FidoCadJ/
GNU General Public License v3.0
113 stars 40 forks source link

Typo in an error message from the command line (absent file to read) #104

Closed DarwinNE closed 8 years ago

DarwinNE commented 8 years ago

When employing FidoCadJ from the command line, for example to convert a file which is not specified, the error message contains a typo. For example:

java -jar fidocadj.jar -n -c r2 pdf out.pdf

yields

You should specify a FidoCadJ file toread

which should be corrected as follows:

You should specify a FidoCadJ file to read