diff --git a/cli/src/main/groovy/com/jdbernard/wdiwtlt/cli/CommandLineInterface.groovy b/cli/src/main/groovy/com/jdbernard/wdiwtlt/cli/CommandLineInterface.groovy index 547abae..1bc0065 100644 --- a/cli/src/main/groovy/com/jdbernard/wdiwtlt/cli/CommandLineInterface.groovy +++ b/cli/src/main/groovy/com/jdbernard/wdiwtlt/cli/CommandLineInterface.groovy @@ -323,7 +323,7 @@ Configuration: case 'add': return processAdd(rest, currentSelection) case 'remove': return processRemove(rest, currentSelection) case 'tag': return processTag(rest, currentSelection) - case 'untag': return processUntag(rest, currentSelection) + case 'untag': return processTag(rest, currentSelection, false) case 'clear': return processClear(rest) case 'pause': return processPause() case 'stop': return processStop()