diff --git a/utility/off_deck.py b/utility/off_deck.py index 776cf7b..4bf08a9 100644 --- a/utility/off_deck.py +++ b/utility/off_deck.py @@ -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()