summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/help.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2017-01-22 12:30:53 +1100
committerDamien George <damien.p.george@gmail.com>2017-01-22 12:30:53 +1100
commitc594cf12ed2174bb545a2ec2f6301675677f12e6 (patch)
tree7e56d3a1b81a492fbe84da830fbd71dd0e0ad2a2 /stmhal/help.c
parent20fc620327125e17ffa22493d1578835795bcc88 (diff)
downloadmicropython-c594cf12ed2174bb545a2ec2f6301675677f12e6.tar.gz
micropython-c594cf12ed2174bb545a2ec2f6301675677f12e6.zip
stmhal: Enable help('modules') feature.
Diffstat (limited to 'stmhal/help.c')
-rw-r--r--stmhal/help.c1
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"
;