diff options
author | Damien George <damien.p.george@gmail.com> | 2017-01-22 12:30:53 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2017-01-22 12:30:53 +1100 |
commit | c594cf12ed2174bb545a2ec2f6301675677f12e6 (patch) | |
tree | 7e56d3a1b81a492fbe84da830fbd71dd0e0ad2a2 /stmhal/help.c | |
parent | 20fc620327125e17ffa22493d1578835795bcc88 (diff) | |
download | micropython-c594cf12ed2174bb545a2ec2f6301675677f12e6.tar.gz micropython-c594cf12ed2174bb545a2ec2f6301675677f12e6.zip |
stmhal: Enable help('modules') feature.
Diffstat (limited to 'stmhal/help.c')
-rw-r--r-- | stmhal/help.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stmhal/help.c b/stmhal/help.c index 1d4803f750..83ef7e596f 100644 --- a/stmhal/help.c +++ b/stmhal/help.c @@ -67,4 +67,5 @@ const char *stmhal_help_text = " CTRL-E -- on a blank line, enter paste mode\n" "\n" "For further help on a specific object, type help(obj)\n" +"For a list of available modules, type help('modules')\n" ; |