diff options
| author | ellen.freeman <ellen.freeman@lock.vl> | 2025-11-17 12:36:30 +0530 |
|---|---|---|
| committer | ellen.freeman <ellen.freeman@lock.vl> | 2025-11-17 12:36:30 +0530 |
| commit | 42c434bcb9f4795a8a3ea2be39fa70b845afa85e (patch) | |
| tree | 7a0b1fca2854c310ae16accfe2bc20c10c33c30d /Resurrect | |
| parent | e3f565ecb403ab362f93315147218d7c2a9e8a93 (diff) | |
Update resurrect.py
Diffstat (limited to 'Resurrect')
| -rw-r--r-- | Resurrect/resurrect.py | 2 |
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) |
