aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v0/hub.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2007-09-28 22:41:06 +0100
committerRalph Amissah <ralph@amissah.com>2007-09-28 22:41:06 +0100
commit145f6b74dcb24a795ed85c6094d36be91ea3c585 (patch)
tree3377094a31cabe02efb4cecc25241182ebd45aa4 /lib/sisu/v0/hub.rb
parentdebian manpage things reverted to use old manpages (diff)
parentremoval of auto-generated manpages (diff)
Merge branch 'upstream' into debian/sid
Diffstat (limited to 'lib/sisu/v0/hub.rb')
-rw-r--r--lib/sisu/v0/hub.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v0/hub.rb b/lib/sisu/v0/hub.rb
index 47326b88..82ccc614 100644
--- a/lib/sisu/v0/hub.rb
+++ b/lib/sisu/v0/hub.rb
@@ -547,7 +547,7 @@ p "here #{__FILE__} #{__LINE__}" if @opt =~/M/
if @opt.mod.inspect =~/--help/ and not @opt.what.empty?; SiSU_Help::Help.new(@opt.what).help_request
elsif @opt.mod.inspect =~/--help/; SiSU_Help::Help.new('list').help_request
else SiSU_Help::Help.new('env',@opt).sisu_version
- puts " for HELP type:\n\tsisu --help [help request]\n\tman sisu\n or see the system or online documentation"
+ tell=SiSU_Screen::Ansi.new(''," for HELP type:\n\tsisu --help [help request]\n\tman sisu\n or see the system or online documentation on SiSU:\n #{Config::CONFIG['datadir']}/doc/sisu/\n <http://www.jus.uio.no/sisu/>\n <http://sisudoc.org/>"); tell.puts_grey
end
end
end