aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/Command-line_arguments_should_override_settings_in_the_setup_file.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-07-25 03:08:10 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-07-25 03:08:10 +0000
commit7558a6d8aa56f38908c613882db44a009d33ae37 (patch)
tree6af1934bed821f861936fa15d9269f302430e2fe /doc/bugs/Command-line_arguments_should_override_settings_in_the_setup_file.mdwn
parent2210c65083465bf8e515418cf2528e18f7326bc0 (diff)
downloadikiwiki-7558a6d8aa56f38908c613882db44a009d33ae37.tar
ikiwiki-7558a6d8aa56f38908c613882db44a009d33ae37.tar.gz
more triage
Diffstat (limited to 'doc/bugs/Command-line_arguments_should_override_settings_in_the_setup_file.mdwn')
-rw-r--r--doc/bugs/Command-line_arguments_should_override_settings_in_the_setup_file.mdwn6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/bugs/Command-line_arguments_should_override_settings_in_the_setup_file.mdwn b/doc/bugs/Command-line_arguments_should_override_settings_in_the_setup_file.mdwn
index c93cdc6ad..f1ccf5896 100644
--- a/doc/bugs/Command-line_arguments_should_override_settings_in_the_setup_file.mdwn
+++ b/doc/bugs/Command-line_arguments_should_override_settings_in_the_setup_file.mdwn
@@ -17,7 +17,9 @@ So two suggestions to fix this:
1. Make command-line arguments override settings in the setup file
> This is difficult to do, since reading a setup file replaces values for
-> config items with the values in the setup file.
+> config items with the values in the setup file. Also, when you say
+> --setup foo, you're asking ikiwiki to set up the wiki using the
+> comnfiguration in file foo. Which is what it does.
2. Comment out all settings in the example setup file that are simply
setting options to their default values. That way, the file will
@@ -25,4 +27,6 @@ So two suggestions to fix this:
work for these settings while they remain commented out.
> I've done that, I also fixed some issues with --verbose handling earlier.
+> I'm pretty sure that those fixes fix the real issue, so calling this
+> [[done]].
> --[[Joey]]