View | Details | Raw Unified | Return to bug 4877
Collapse All | Expand All

(-)a/debian/docs/koha-create.xml (-3 / +2 lines)
Lines 24-30 Link Here
24
  <refsynopsisdiv>
24
  <refsynopsisdiv>
25
    <cmdsynopsis>
25
    <cmdsynopsis>
26
      <command>koha-create</command>
26
      <command>koha-create</command>
27
      <arg><option>--create-db</option>|<option>--request-db</option>|<option>--populate-db</option></arg>
27
      <arg choice="req"><option>--create-db</option>|<option>--request-db</option>|<option>--populate-db</option></arg>
28
      <arg><option>--marcflavor</option> marc21|normarc|unimarc</arg>
28
      <arg><option>--marcflavor</option> marc21|normarc|unimarc</arg>
29
      <arg><option>--zebralang</option> en|nb|fr</arg>
29
      <arg><option>--zebralang</option> en|nb|fr</arg>
30
      <arg><option>--defaultsql</option> /path/to/some.sql</arg>
30
      <arg><option>--defaultsql</option> /path/to/some.sql</arg>
Lines 181-187 Link Here
181
  
181
  
182
    <para>To create a new Koha instance:</para>
182
    <para>To create a new Koha instance:</para>
183
183
184
    <para><command>koha-create hslibrary</command></para>
184
    <para><command>koha-create --create-db hslibrary</command></para>
185
185
186
    <para>The public catalog is now at <uri>http://hslibrary/</uri> and the librarian interface at <uri>http://hslibrary:8080/</uri>.</para>
186
    <para>The public catalog is now at <uri>http://hslibrary/</uri> and the librarian interface at <uri>http://hslibrary:8080/</uri>.</para>
187
187
188
- 

Return to bug 4877