Skip to content

Commit f6acba3

Browse files
committed
period
1 parent d350699 commit f6acba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/execute/julia.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ function populateJuliaEngineCommand(command: Command) {
848848
command
849849
.command("status", "Status")
850850
.description(
851-
"Get status information on the currently running Julia server process",
851+
"Get status information on the currently running Julia server process.",
852852
).action(logStatus)
853853
.command("kill", "Kill server")
854854
.description("Kills the control server if it is currently running.")

0 commit comments

Comments
 (0)