Remove underscore or the string will not match

This commit is contained in:
Paolo Mossino 2016-10-12 21:18:51 +02:00
parent 4254ed4d86
commit 36d0d7da7b

View File

@ -8862,7 +8862,7 @@ def doPrintUsers():
elif myarg == u'todrive':
todrive = True
i += 1
elif myarg in [u'deleted_only', u'only_deleted']:
elif myarg in [u'deletedonly', u'onlydeleted']:
deleted_only = True
i += 1
elif myarg == u'orderby':