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

(-)a/debian/docs/koha-translate.xml (+7 lines)
Lines 25-30 Link Here
25
    <cmdsynopsis>
25
    <cmdsynopsis>
26
      <command>koha-translate</command> <arg><option>-i</option>|<option>--install</option></arg> <arg><option>-u</option>|<option>--update</option></arg> <arg><option>-r</option>|<option>--remove</option></arg> <arg><option>-c</option>|<option>--check</option></arg> <arg choice="req"  rep="norepeat"><replaceable>lang_code</replaceable></arg>
26
      <command>koha-translate</command> <arg><option>-i</option>|<option>--install</option></arg> <arg><option>-u</option>|<option>--update</option></arg> <arg><option>-r</option>|<option>--remove</option></arg> <arg><option>-c</option>|<option>--check</option></arg> <arg choice="req"  rep="norepeat"><replaceable>lang_code</replaceable></arg>
27
      <command>koha-translate</command> <arg><option>-l</option>|<option>--list</option></arg> <arg><option>-a</option>|<option>--available</option></arg>
27
      <command>koha-translate</command> <arg><option>-l</option>|<option>--list</option></arg> <arg><option>-a</option>|<option>--available</option></arg>
28
      <command>koha-translate</command> <arg><option>-h</option>|<option>--help</option></arg>
28
    </cmdsynopsis>
29
    </cmdsynopsis>
29
  </refsynopsisdiv>
30
  </refsynopsisdiv>
30
31
Lines 43-48 Link Here
43
      </listitem>
44
      </listitem>
44
    </varlistentry>
45
    </varlistentry>
45
    <varlistentry>
46
    <varlistentry>
47
      <term><option>-h, --help</option></term>
48
      <listitem>
49
        <para>Print usage information.</para>
50
      </listitem>
51
    </varlistentry>
52
   <varlistentry>
46
      <term><option>-i, --install</option></term>
53
      <term><option>-i, --install</option></term>
47
      <listitem>
54
      <listitem>
48
        <para>Install the specified lang_code language translation.</para>
55
        <para>Install the specified lang_code language translation.</para>
(-)a/debian/scripts/koha-translate (-3 / +2 lines)
Lines 30-41 $scriptname Link Here
30
This script lets you manage your Koha templates translations.
30
This script lets you manage your Koha templates translations.
31
31
32
Usage:
32
Usage:
33
$scriptname --list|-l [--all|-a]
33
$scriptname --list|-l [--available|-a]
34
$scriptname --check|-c language_code
34
$scriptname --check|-c language_code
35
$scriptname --install|-i language_code
35
$scriptname --install|-i language_code
36
$scriptname --update|-u language_code
36
$scriptname --update|-u language_code
37
$scriptname --remove|-r language_code
37
$scriptname --remove|-r language_code
38
$scriptname -h
38
$scriptname --help|-h
39
39
40
    -l | --list           List the installed or available (combined with -a)
40
    -l | --list           List the installed or available (combined with -a)
41
                          language translations
41
                          language translations
42
- 

Return to bug 11510