We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ae09b9 commit 62d6b61Copy full SHA for 62d6b61
1 file changed
rimport
@@ -48,7 +48,7 @@ def build_parser() -> argparse.ArgumentParser:
48
parser = argparse.ArgumentParser(
49
description=(
50
f"Copy files from CESM inputdata directory ({DEFAULT_INPUTDATA_ROOT}) to a publishing"
51
- " directory."
+ " directory, then replace the original with a symlink to the copy."
52
),
53
add_help=False, # Disable automatic help to add custom -help flag
54
)
0 commit comments