Bug 10622: (follow-up) uppercase "SIP" in documentation and help text
authorGalen Charlton <gmc@esilibrary.com>
Sat, 21 Sep 2013 17:47:54 +0000 (17:47 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Sat, 21 Sep 2013 17:47:54 +0000 (17:47 +0000)
"SIP" is an acronym and should be capitalized.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
debian/docs/koha-list.xml
debian/scripts/koha-list

index 39eee43..1b2129e 100644 (file)
@@ -17,7 +17,7 @@
 
   <refnamediv>
     <refname>koha-list</refname>
-    <refpurpose>Lists Koha instances, and optionally only those that are enabled/disabled or have email and/or sip turned on/off.</refpurpose>
+    <refpurpose>Lists Koha instances, and optionally only those that are enabled/disabled or have email and/or SIP turned on/off.</refpurpose>
     <refclass>UNIX/Linux</refclass>
   </refnamediv>
 
     <varlistentry>
       <term><option>--sip</option></term>
       <listitem>
-        <para>Only show instances that have sip enabled.</para>
+        <para>Only show instances that have SIP enabled.</para>
       </listitem>
     </varlistentry>
     <varlistentry>
       <term><option>--nosip</option></term>
       <listitem>
-        <para>Only show instances that do not have sip enabled.</para>
+        <para>Only show instances that do not have SIP enabled.</para>
       </listitem>
     </varlistentry>
 
@@ -81,7 +81,7 @@
   </refsect1>
 
   <refsect1><title>Description</title>
-  <para>This script lists Koha instances on a server. Optionally only those that are enabled or disabled can be listed. There are also options for listing only servers that have email or sip enabled/disabled. These limits can be applied alone or in combination.</para>
+  <para>This script lists Koha instances on a server. Optionally only those that are enabled or disabled can be listed. There are also options for listing only servers that have email or SIP enabled/disabled. These limits can be applied alone or in combination.</para>
   </refsect1>
   
   <refsect1><title>See also</title>
index f6b0c0e..445a22a 100755 (executable)
@@ -189,8 +189,8 @@ Options:
     --disabled      Only show instances that are disabled
     --email         Only show instances that have email enabled
     --noemail       Only show instances that do not have email enabled
-    --sip           Only show instances that have sip enabled
-    --nosip         Only show instances that do not have sip enabled
+    --sip           Only show instances that have SIP enabled
+    --nosip         Only show instances that do not have SIP enabled
     --help | -h     Show this help
 
 The filtering options can be combined, and you probably want to do this