Update the wiki-from scripts
diff --git a/org.eclipse.e4.builder/scripts/wiki-from-csv.sh b/org.eclipse.e4.builder/scripts/wiki-from-csv.sh
index aa0341e..10f0587 100755
--- a/org.eclipse.e4.builder/scripts/wiki-from-csv.sh
+++ b/org.eclipse.e4.builder/scripts/wiki-from-csv.sh
@@ -55,7 +55,6 @@
 }
 
 create_wiki_section 4.3.2 4.3.2
-create_wiki_section "4.4 M3" 4.4%20M3
 create_wiki_section "4.4 M4" 4.4%20M4
 create_wiki_section "4.4 M5" 4.4%20M5
 create_wiki_section "4.4 M6" 4.4%20M6
@@ -69,4 +68,5 @@
 create_wiki_section 4.3.1 4.3.1
 create_wiki_section "4.4 M1" 4.4%20M1
 create_wiki_section "4.4 M2" 4.4%20M2
+create_wiki_section "4.4 M3" 4.4%20M3
 
diff --git a/org.eclipse.e4.builder/scripts/wiki-from-list.sh b/org.eclipse.e4.builder/scripts/wiki-from-list.sh
index dff1d1e..1af58a9 100755
--- a/org.eclipse.e4.builder/scripts/wiki-from-list.sh
+++ b/org.eclipse.e4.builder/scripts/wiki-from-list.sh
@@ -5,6 +5,8 @@
 F_INPUT="$1"; shift
 F_SEARCH="$1" ; shift
 
+echo "$F_SEARCH" 1>&2
+
 NUM=1
 curl -o search.csv 'https://bugs.eclipse.org/bugs/buglist.cgi?bug_id='$F_SEARCH'&bug_id_type=anyexact&query_format=advanced&columnlist=bug_id%2Ctarget_milestone%2Cassigned_to%2Cbug_status%2Cresolution%2Cshort_desc%2Cbug_severity%2Cqa_contact&ctype=csv'
 grep -v target_milestone search.csv >t1 ; mv t1 search.csv