Skip to content

Commit

Permalink
Fix documentation indent issue
Browse files Browse the repository at this point in the history
  • Loading branch information
alifbe committed Oct 15, 2024
1 parent 190e314 commit 9daef14
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/subscript/fmu_copy_revision/fmu_copy_revision.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,20 @@

DESCRIPTION = """This is a simple interactive script for copying a FMU revision folder
with features:
1. Selective copy, i.e. avoid data that can be regenerated
2. Speed up copying by multithreading
3. Retain correct file dates and user permissions
Usage:
fmu_copy_revision (for menu based input)
* or *
or
fmu_copy_revision --source 21.0.0 --target some --profile 3 --threads 6 --cleanup
* or *
or
fmu_copy_revision --source 21.0.0 (...other options are defaulted)
"""
Expand Down

0 comments on commit 9daef14

Please sign in to comment.