From: Oskar Schirmer Date: Tue, 27 Oct 2009 10:30:00 +0000 (+0100) Subject: make dot description more clear X-Git-Tag: e2factory-2.3.2rc1~27 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=e6b0d5859df3b0fca76edac7d50fb069041562f3;p=e2factory.git make dot description more clear Signed-off-by: Oskar Schirmer Acked-by: Gordon Hecker --- diff --git a/local/ls-project.lua b/local/ls-project.lua index c417a13..d669c71 100755 --- a/local/ls-project.lua +++ b/local/ls-project.lua @@ -38,8 +38,8 @@ show project information policy.register_commandline_options() e2option.flag("dot", "generate dot(1) graph") -e2option.flag("dot-sources", "generate dot(1) grapth with sources included") -e2option.flag("swap", "swap arrow directions") +e2option.flag("dot-sources", "generate dot(1) graph with sources included") +e2option.flag("swap", "swap arrow directions in dot graph") local opts = e2option.parse(arg)