Setting up for verbose mode.

This commit is contained in:
Deathsbreed 2014-04-09 11:59:26 -05:00
parent d7b8febf01
commit b8e76b8e97

View File

@ -20,6 +20,8 @@ public class MMMCalc {
" MMMCalc [options] [variables]\n\n" +
"Options:\n" +
" -h -- Show this help information.\n");
} else if(args[0].equals("-v") || args[0].equals("-V")) {
// Stuff here.
} else {
float sNum = 0;
numArray = new float[args.length];