summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2017-12-12 11:54:00 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2017-12-12 11:54:00 +0100
commit055ff24ce31854e685657e3169ee757d0e979dff (patch)
tree0c78e8d816664f87f363cc377181d669d0a2e5fa
parent0ca1f0ef538c5f5e9d0467dddd43a2b948d5c3d7 (diff)
downloadhelp-055ff24ce31854e685657e3169ee757d0e979dff.tar.gz
help-055ff24ce31854e685657e3169ee757d0e979dff.tar.bz2
help-055ff24ce31854e685657e3169ee757d0e979dff.zip
dispatcher should return the _list_ (being the
command), not just a string. This way helps when parameters have to be included in the command.
-rw-r--r--doc/fix_doc_dispatcher.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/fix_doc_dispatcher.txt b/doc/fix_doc_dispatcher.txt
index c631e89..9004f43 100644
--- a/doc/fix_doc_dispatcher.txt
+++ b/doc/fix_doc_dispatcher.txt
@@ -3,3 +3,5 @@ See what it gets as the 'project' argument.
Yes files.
Key added.
+
+Do return list from Doc dispatcher.