Skip to content

Commit

Permalink
Fix comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
okeuday committed Jun 9, 2023
1 parent 4a55ac0 commit 28712a4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/lib/cloudi_service_shell/src/cloudi_service_shell.erl
Expand Up @@ -10,8 +10,9 @@
%%%
%%% Use the interactive argument if you need to utilize a programming
%%% language interpreter. For example, SBCL could be used with
%%% "/usr/bin/sbcl --noinform --disable-debugger" and Python could be used with
%%% "/usr/bin/python3 -ui -c 'import sys; sys.ps1 = sys.ps2 = \"\"'".
%%% "exec /usr/bin/sbcl --noinform --disable-debugger --eval '(setf sb-int:*repl-prompt-fun* (lambda (stream) (format stream "~&")))'"
%%% and Python could be used with
%%% "exec /usr/bin/python3 -ui -c 'import sys; sys.ps1 = sys.ps2 = \"\"'".
%%% @end
%%%
%%% MIT License
Expand Down

0 comments on commit 28712a4

Please sign in to comment.