Bug 4877 - note that the create-db (or related) options are required
authorRobin Sheat <robin@catalyst.net.nz>
Thu, 22 Sep 2011 02:36:42 +0000 (14:36 +1200)
committerChris Cormack <chrisc@catalyst.net.nz>
Fri, 23 Sep 2011 02:52:13 +0000 (14:52 +1200)
Also fix the example so that it is there.

Signed-off-by: Ian Walls <ian.walls@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
debian/docs/koha-create.xml

index 32cdec3..a3e1520 100644 (file)
@@ -24,7 +24,7 @@
   <refsynopsisdiv>
     <cmdsynopsis>
       <command>koha-create</command>
-      <arg><option>--create-db</option>|<option>--request-db</option>|<option>--populate-db</option></arg>
+      <arg choice="req"><option>--create-db</option>|<option>--request-db</option>|<option>--populate-db</option></arg>
       <arg><option>--marcflavor</option> marc21|normarc|unimarc</arg>
       <arg><option>--zebralang</option> en|nb|fr</arg>
       <arg><option>--defaultsql</option> /path/to/some.sql</arg>
   
     <para>To create a new Koha instance:</para>
 
-    <para><command>koha-create hslibrary</command></para>
+    <para><command>koha-create --create-db hslibrary</command></para>
 
     <para>The public catalog is now at <uri>http://hslibrary/</uri> and the librarian interface at <uri>http://hslibrary:8080/</uri>.</para>