summaryrefslogtreecommitdiff
path: root/apps/netutils/ftpc/ftpc_help.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/netutils/ftpc/ftpc_help.c')
-rw-r--r--apps/netutils/ftpc/ftpc_help.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/netutils/ftpc/ftpc_help.c b/apps/netutils/ftpc/ftpc_help.c
index 63e3132b8..19041bc24 100644
--- a/apps/netutils/ftpc/ftpc_help.c
+++ b/apps/netutils/ftpc/ftpc_help.c
@@ -92,7 +92,9 @@ int ftpc_help(SESSION handle, FAR const char *arg)
ret = ftpc_cmd(session, "HELP");
}
- /* Logic is missing here to return the help string to the caller */
+ /* Logic is missing here to return the help string to the caller. The caller
+ * needs to call ftpc_getreply.
+ */
return ret;
}