Skip to content
Snippets Groups Projects
Commit fa08b544 authored by Demian Katz's avatar Demian Katz Committed by GitHub
Browse files

Use variable more consistently.

parent 1ee218c0
No related merge requests found
...@@ -50,7 +50,7 @@ try { ...@@ -50,7 +50,7 @@ try {
'module-name=s' => 'module-name=s' =>
'What module name would you like to use? Use disabled, to not use', 'What module name would you like to use? Use disabled, to not use',
'basepath=s' => 'basepath=s' =>
'What base path should be used in VuFind\'s URL? [/vufind]', "What base path should be used in VuFind\'s URL? [{$basePath}]",
'multisite-w' => 'multisite-w' =>
'Specify we are going to setup a multisite. Options: directory and host', 'Specify we are going to setup a multisite. Options: directory and host',
'hostname=s' => 'hostname=s' =>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment