Skip to content

Commit 0469479

Browse files
committed
Clarification
1 parent eae89eb commit 0469479

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/manage/firstrun.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,8 @@ def first_run(cmd):
407407
shown_any = True
408408
LOGGER.print("!Y!The global shortcuts directory is not "
409409
"configured.!W!", level=logging.WARN)
410-
LOGGER.print("\nThis enables commands like !B!python3.14.exe!W!, "
410+
LOGGER.print("\nConfiguring this enables commands like "
411+
"!B!python3.14.exe!W! to run from your terminal, "
411412
"but is not needed for the !B!python!W! or !B!py!W! "
412413
"commands (for example, !B!py -V:3.14!W!).",
413414
wrap=True)

0 commit comments

Comments
 (0)