Skip to content

Commit 62d6b61

Browse files
committed
rimport: Update help text.
1 parent 9ae09b9 commit 62d6b61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rimport

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def build_parser() -> argparse.ArgumentParser:
4848
parser = argparse.ArgumentParser(
4949
description=(
5050
f"Copy files from CESM inputdata directory ({DEFAULT_INPUTDATA_ROOT}) to a publishing"
51-
" directory."
51+
" directory, then replace the original with a symlink to the copy."
5252
),
5353
add_help=False, # Disable automatic help to add custom -help flag
5454
)

0 commit comments

Comments
 (0)