summaryrefslogtreecommitdiff
path: root/Resurrect/resurrect.py
diff options
context:
space:
mode:
Diffstat (limited to 'Resurrect/resurrect.py')
-rw-r--r--Resurrect/resurrect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Resurrect/resurrect.py b/Resurrect/resurrect.py
index 82e9b97..d06fae2 100644
--- a/Resurrect/resurrect.py
+++ b/Resurrect/resurrect.py
@@ -263,7 +263,7 @@ python3 resurrect.py find --domain example.com --username admin --ldaps --target
help='Restore Deleted Objects to their respective OU'
)
add_common_args(find_parser)
- find_parser.add_argument('--page-size', required=False, default=10, type=int, help='Number of results per page (default 10)')
+ find_parser.add_argument('--page-size', required=False, type=int, help='Number of results per page (default 10)')
find_parser.set_defaults(func=find_deleted_objects)