init: Propagated args to CmdStop

This commit is contained in:
Paul Beckingham 2016-03-25 00:29:12 -04:00
parent 3c6a68de53
commit a38c607f61
3 changed files with 3 additions and 2 deletions

View file

@ -203,7 +203,7 @@ int dispatchCommand (
else if (closeEnough (allCommands[10], args[1], 2)) status = CmdLog (args, log);
else if (closeEnough (allCommands[11], args[1], 2)) status = CmdReport ( );
else if (closeEnough (allCommands[12], args[1], 2)) status = CmdStart (args, database, log);
else if (closeEnough (allCommands[13], args[1], 2)) status = CmdStop ( database, log);
else if (closeEnough (allCommands[13], args[1], 2)) status = CmdStop (args, database, log);
else if (closeEnough (allCommands[14], args[1], 2)) status = CmdTags ( database, log);
else if (closeEnough (allCommands[15], args[1], 2)) status = CmdTrack ( );
else if (closeEnough (allCommands[16], args[1], 2)) status = CmdUndo ( );