Merge pull request #280 from PMox/master

Remove underscore or the string will not match
This commit is contained in:
Jay Lee 2016-10-12 15:27:49 -04:00 committed by GitHub
commit 953ea36177

View File

@ -8889,7 +8889,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':