mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
* update-maintainer: Exit after displaying usage for --help.
This commit is contained in:
parent
ee8705dcd8
commit
e70569d108
5
debian/changelog
vendored
5
debian/changelog
vendored
@ -7,7 +7,10 @@ ubuntu-dev-tools (0.23) UNRELEASED; urgency=low
|
||||
[ Mathias Gug ]
|
||||
* Add patch tag in submittodebian.
|
||||
|
||||
-- Mathias Gug <mathiaz@ubuntu.com> Fri, 23 Nov 2007 10:48:25 -0500
|
||||
[ Luke Yelavich ]
|
||||
* update-maintainer: Exit after displaying usage for --help.
|
||||
|
||||
-- Luke Yelavich <themuso@ubuntu.com> Sat, 24 Nov 2007 07:49:32 +1100
|
||||
|
||||
ubuntu-dev-tools (0.22) hardy; urgency=low
|
||||
|
||||
|
@ -34,6 +34,7 @@ for argv in "$@"; do
|
||||
;;
|
||||
"--help")
|
||||
usage
|
||||
exit 0
|
||||
;;
|
||||
*)
|
||||
echo "Bad parameter."
|
||||
|
Loading…
x
Reference in New Issue
Block a user