You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@corinthia.apache.org by pm...@apache.org on 2015/04/24 18:18:21 UTC

[54/55] [abbrv] incubator-corinthia git commit: Add short notice about odf and latex not being available yet.

Add short notice about odf and latex not being available yet.

(consumers/dfconvert/src/main.c)


Project: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/commit/57bb62c4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/tree/57bb62c4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/diff/57bb62c4

Branch: refs/heads/stable
Commit: 57bb62c4c3955b0edbebaf85f13e8219dcd7d53d
Parents: 42e833a
Author: Gabriela Gibson <gb...@apache.org>
Authored: Sat Apr 18 11:54:02 2015 +0100
Committer: Gabriela Gibson <gb...@apache.org>
Committed: Sat Apr 18 11:54:02 2015 +0100

----------------------------------------------------------------------
 consumers/dfconvert/src/main.c | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/57bb62c4/consumers/dfconvert/src/main.c
----------------------------------------------------------------------
diff --git a/consumers/dfconvert/src/main.c b/consumers/dfconvert/src/main.c
index 5bbfcf2..7295691 100644
--- a/consumers/dfconvert/src/main.c
+++ b/consumers/dfconvert/src/main.c
@@ -45,6 +45,8 @@ void usage(void)
            "\n"
            "    Create a new Word document from a HTML file. The Word document must\n"
            "    not already exist.\n"
+           "\n"
+           "dfconvert does not yet convert odf or latex files.\n"
            "\n");
 }