--playlist looks for shows in playlist.

This commit is contained in:
Blacktwin 2018-10-18 12:30:08 -04:00
parent f9f8cf401a
commit 14ea3bb0d5

View File

@ -92,7 +92,7 @@ if __name__ == '__main__':
parser.add_argument('--user', nargs='?',
help='User whose On Deck will be modified.')
parser.add_argument('--playlist', nargs='?',
help='Items in playlist to be removed from On Deck')
help='Shows in playlist to be removed from On Deck')
opts = parser.parse_args()