Add upgrade-codebase to the ucm help

Closes #2057
This commit is contained in:
Arya Irani 2021-06-02 12:00:52 -06:00
parent 6546922d60
commit f34a94e41b

View File

@ -62,7 +62,7 @@ usage executableStr = P.callout "🌻" $ P.lines [
P.wrap "Starts Unison interactively, using the codebase in the home directory.",
"",
P.bold $ executable <> " -codebase path/to/codebase",
P.wrap "Starts Unison interactively, using the specified codebase. This flag can also be set for any of the below commands.",
P.wrap "Starts Unison interactively, using the specified codebase. This flag can also be set before any of the below commands.",
"",
P.bold $ executable <> " run .mylib.mymain",
P.wrap "Executes the definition `.mylib.mymain` from the codebase, then exits.",
@ -100,6 +100,9 @@ usage executableStr = P.callout "🌻" $ P.lines [
<> "Multiple transcript files may be provided; they are processed in sequence"
<> "starting from the same codebase.",
"",
P.bold $ executable <> " upgrade-codebase",
"Upgrades a v1 codebase to a v2 codebase.",
"",
P.bold $ executable <> " headless",
"Runs the codebase server without the command-line interface.",
"",