ソースを参照

list email address

Bob Mottram 10 年 前
コミット
6f6ec6f892
共有2 個のファイルを変更した3 個の追加3 個の削除を含む
  1. 1
    1
      doc/EN/usage.org
  2. 2
    2
      website/EN/usage.html

+ 1
- 1
doc/EN/usage.org ファイルの表示

@@ -233,7 +233,7 @@ To subscribe to a mailing list log in as your user (i.e. not the root user).
233 233
 
234 234
 #+BEGIN_SRC bash
235 235
 ssh username@domainname -p 2222
236
-freedombone-addlist -l <mailing list name> -s <subject tag>
236
+freedombone-addlist -l <mailing list name> -s <subject tag> -e <list email address>
237 237
 exit
238 238
 #+END_SRC
239 239
 

+ 2
- 2
website/EN/usage.html ファイルの表示

@@ -4,7 +4,7 @@
4 4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5 5
 <head>
6 6
 <title></title>
7
-<!-- 2015-04-05 Sun 14:12 -->
7
+<!-- 2015-04-08 Wed 23:32 -->
8 8
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
9 9
 <meta  name="generator" content="Org-mode" />
10 10
 <meta  name="author" content="Bob Mottram" />
@@ -706,7 +706,7 @@ To subscribe to a mailing list log in as your user (i.e. not the root user).
706 706
 <div class="org-src-container">
707 707
 
708 708
 <pre class="src src-bash">ssh username@domainname -p 2222
709
-freedombone-addlist -l &lt;mailing list name&gt; -s &lt;subject tag&gt;
709
+freedombone-addlist -l &lt;mailing list name&gt; -s &lt;subject tag&gt; -e &lt;list email address&gt;
710 710
 <span class="org-keyword">exit</span>
711 711
 </pre>
712 712
 </div>