+2006-06-16 Andrew Ferrier <andrew@new-destiny.co.uk>
+ Guillem Jover <guillem@debian.org>
+
+ * scripts/update-alternatives.pl (usage): Clarify the legend for the
+ help text.
+
2006-06-16 Guillem Jover <guillem@debian.org>
* scripts/update-alternatives.pl (config_message): Print '--config'
Suggested by Adeodato Simó. Closes: #370392
* Print update-alternatives '--config' listing layout evenly spaced.
Closes: #325895
+ * Clarify the legend in update-alternatives '--help' (Andrew Ferrier).
+ Closes: #305318
[ Updated dpkg Translations ]
* Romanian (Eddy Petrişor).
--set <name> <path> set <path> as alternative for <name>.
--all call --config on all alternatives.
-<name> is the name in /etc/alternatives.
-<path> is the name referred to.
-<link> is the link pointing to /etc/alternatives/<name>.
-<priority> is an integer; options with higher numbers are chosen.
+<link> is the symlink pointing to /etc/alternatives/<name>.
+ (e.g. /usr/bin/pager)
+<name> is the master name for this link group.
+ (e.g. pager)
+<path> is the location of one of the alternative target files.
+ (e.g. /usr/bin/less)
+<priority> is an integer; options with higher numbers have higher priority in
+ automatic mode.
Options:
--altdir <directory> change the alternatives directory.