diff options
author | Ralph Amissah <ralph@amissah.com> | 2007-09-28 21:26:57 +0100 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2007-09-28 21:26:57 +0100 |
commit | d0b04c36c7bfbd460913cc6bb6bf7deabda1ee39 (patch) | |
tree | 37946e93a5baaa2b1234e04c2e44805869c3747c /lib | |
parent | for now remove (sphinx or robot) images, obtain compatible copyright permissi... (diff) |
hub, help info provided on typing sisu change
Diffstat (limited to 'lib')
-rw-r--r-- | lib/sisu/v0/hub.rb | 2 |
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 |