summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorellen.freeman <ellen.freeman@lock.vl>2025-11-17 12:36:30 +0530
committerellen.freeman <ellen.freeman@lock.vl>2025-11-17 12:36:30 +0530
commit42c434bcb9f4795a8a3ea2be39fa70b845afa85e (patch)
tree7a0b1fca2854c310ae16accfe2bc20c10c33c30d
parente3f565ecb403ab362f93315147218d7c2a9e8a93 (diff)
Update 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)