changeset 5980:45f612d96d0e

[project @ 2006-09-05 15:17:45 by jwe]
author jwe
date Tue, 05 Sep 2006 15:17:45 +0000
parents 8c35d219139d
children dadcfe8b7ba4
files scripts/ChangeLog scripts/miscellaneous/doc.m
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,3 +1,8 @@
+2006-09-05  Rafael Laboissiere  <rafael@debian.org>
+
+	* miscellaneous/doc.m: Swap order of --file and --directory
+	options for info program invocation.
+
 2006-08-30  David Bateman <dbateman@free.fr>
 
 	* pkg/pkg.m create_pkgadddel): Resolve variable name-clash from
--- a/scripts/miscellaneous/doc.m
+++ b/scripts/miscellaneous/doc.m
@@ -73,7 +73,7 @@
       info_file_name = info_file ();
     endif
 
-    cmd = sprintf ("\"%s\" --directory \"%s\" --file \"%s\"",
+    cmd = sprintf ("\"%s\" --file \"%s\" --directory \"%s\"",
 		   info_program (), info_dir, info_file_name);
 
     if (! isempty (fname))