Skip to content

Commit

Permalink
fix doc info #130
Browse files Browse the repository at this point in the history
  • Loading branch information
Chamlika committed May 7, 2024
1 parent 34716b6 commit 1569bad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CleanMRFCache.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Name: CleanMRFCache.py
# Description: Cleans MRF Cache files by oldest access-time until free space
# requested has been achieved.
# Version: 20240216
# Version: 20240507
# Requirements: Python
# Required Arguments: -input
# Optional Arguments: -mode -ext -size
Expand Down Expand Up @@ -117,7 +117,7 @@ def main():
help='Extensions to filter-in. e.g. -ext=mrfcache,txt',
dest='ext')
parser.add_argument('-size', type=int,
help='Free size requested in bytes. e.g. -size=1000000',
help='Free size requested in Gigabytes. e.g. -size=1',
dest='size', default=2000000000)

log = None
Expand Down
Binary file modified Documentation/OptimizeRasters_UserDoc.pdf
Binary file not shown.

0 comments on commit 1569bad

Please sign in to comment.