]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - auto.setup
Typos
[git.ikiwiki.info.git] / auto.setup
index dc2b19992ba8af2cbc232b997f0570c29d8a97a3..843b4193aba78f2312f84e3c62cd273274f04438 100644 (file)
@@ -4,7 +4,7 @@
 # This setup file causes ikiwiki to create a wiki, check it into revision
 # control, generate a setup file for the new wiki, and set everything up.
 #
-# Just run: ikiwiki -setup /etc/ikiwiki/auto.setup
+# Just run: ikiwiki --setup /etc/ikiwiki/auto.setup
 #
 # By default, it asks a few questions, and confines itself to the user's home
 # directory. You can edit it to change what it asks questions about, or to
@@ -20,7 +20,7 @@ our $rcs=IkiWiki::Setup::Automator::ask(
 our $admin=IkiWiki::Setup::Automator::ask(
        gettext("Which user (wiki account or openid) will be admin?"), $ENV{USER});
 use Net::Domain q{hostfqdn};
-our $domain=hostfqdn() || ikiwiki::setup::automator::ask(
+our $domain=hostfqdn() || IkiWiki::Setup::Automator::ask(
        gettext("What is the domain name of the web server?"), "");
 
 IkiWiki::Setup::Automator->import(