+2007-02-28 Guillem Jover <guillem@debian.org>
+
+ * scripts/update-alternatives.pl (usage): Use '$altdir' instead of
+ hardcoding its value.
+
2007-02-28 Colin Watson <cjwatson@ubuntu.com>
* scripts/dpkg-gencontrol.pl: Add missing parenthesis in regular
--set <name> <path> set <path> as alternative for <name>.
--all call --config on all alternatives.
-<link> is the symlink pointing to /etc/alternatives/<name>.
+<link> is the symlink pointing to %s/<name>.
(e.g. /usr/bin/pager)
<name> is the master name for this link group.
(e.g. pager)
--quiet quiet operation, minimal output.
--help show this help message.
--version show the version.
-"), $0;
+"), $0, $altdir;
}
sub quit