[Pkg-ruby-extras-maintainers] r802 - tools/ruby-pkg-tools/trunk/bin
Esteban Manchado Velázquez
zoso at costa.debian.org
Fri Aug 25 22:00:51 UTC 2006
Author: zoso
Date: 2006-08-25 22:00:50 +0000 (Fri, 25 Aug 2006)
New Revision: 802
Modified:
tools/ruby-pkg-tools/trunk/bin/pkg-ruby-get-sources
Log:
- Oops. Re-add --sources option
Modified: tools/ruby-pkg-tools/trunk/bin/pkg-ruby-get-sources
===================================================================
--- tools/ruby-pkg-tools/trunk/bin/pkg-ruby-get-sources 2006-08-25 21:59:21 UTC (rev 801)
+++ tools/ruby-pkg-tools/trunk/bin/pkg-ruby-get-sources 2006-08-25 22:00:50 UTC (rev 802)
@@ -43,6 +43,7 @@
end
opts = GetoptLong.new(
+ [ "--sources", "-s", GetoptLong::REQUIRED_ARGUMENT ],
[ "--target-directory", "-t", GetoptLong::REQUIRED_ARGUMENT ],
[ "--verbose", "-v", GetoptLong::NO_ARGUMENT ],
[ "--list-available", "-l", GetoptLong::NO_ARGUMENT ],
More information about the pkg-ruby-extras-maintainers
mailing list