this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Mention reload argument in resume help text. (#2610)

authored by

Phil Hagelberg and committed by
GitHub
18dacc08 921d5e6e

+3 -2
+3 -2
src/studio/screens/console.c
··· 2945 2945 \ 2946 2946 macro("resume", \ 2947 2947 NULL, \ 2948 - "Resume last run cart / project.", \ 2949 - NULL, \ 2948 + "Resume last run cart / project. Reload game code\n" \ 2949 + "first if given reload as an argument.", \ 2950 + "resume [reload]", \ 2950 2951 onResumeCommand, \ 2951 2952 NULL, \ 2952 2953 NULL) \