Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
635927bb
Commit
635927bb
authored
Mar 04, 2014
by
Damien George
Browse files
unix: Add to usage print-out telling about -X option.
parent
a11906d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
unix/main.c
View file @
635927bb
...
...
@@ -209,7 +209,7 @@ mp_obj_t test_obj_new(int value) {
}
int
usage
(
void
)
{
printf
(
"usage: py [-c <command>] [<filename>]
\n
"
);
printf
(
"usage: py [-c <command>]
[-X <heap size>]
[<filename>]
\n
"
);
return
1
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment