diff options
| -rw-r--r-- | templates/cgi/debian-official/build.html | 2 | ||||
| -rw-r--r-- | templates/cgi/debian-official/form.html | 4 | ||||
| -rw-r--r-- | templates/cgi/debian-unofficial/build.html | 2 | ||||
| -rw-r--r-- | templates/cgi/debian-unofficial/form.html | 4 | 
4 files changed, 6 insertions, 6 deletions
| diff --git a/templates/cgi/debian-official/build.html b/templates/cgi/debian-official/build.html index cb3252fb7..1595c2de9 100644 --- a/templates/cgi/debian-official/build.html +++ b/templates/cgi/debian-official/build.html @@ -41,7 +41,7 @@  <b>Advanced binary options</b>  <table> -	<tr><td>--binary-indices: </td><td>LB_BINARY_INDICES</td></tr> +	<tr><td>--apt-indices: </td><td>LB_APT_INDICES</td></tr>  	<tr><td>--bootappend-live: </td><td>LB_BOOTAPPEND_LIVE</td></tr>  	<tr><td>--bootloader: </td><td>LB_BOOTLOADER</td></tr>  	<tr><td>--debian-installer: </td><td>LB_DEBIAN_INSTALLER</td></tr> diff --git a/templates/cgi/debian-official/form.html b/templates/cgi/debian-official/form.html index 4c61528e1..b3e63e954 100644 --- a/templates/cgi/debian-official/form.html +++ b/templates/cgi/debian-official/form.html @@ -191,9 +191,9 @@  	<table>  		<!-- LIVE_BINARY_IMAGES -->  		<tr> -			<td><label for="Binary_Indices">--binary-indices:</label> </td> +			<td><label for="Apt_Indices">--apt-indices:</label> </td>  			<td> -				<select id="Binary_Indices" name="binary_indices" size="1"> +				<select id="Apt_Indices" name="binary_indices" size="1">  					<option selected value="true">true</option>  					<option value="false">false</option>  				</select> diff --git a/templates/cgi/debian-unofficial/build.html b/templates/cgi/debian-unofficial/build.html index 843f44fa4..827eb89c9 100644 --- a/templates/cgi/debian-unofficial/build.html +++ b/templates/cgi/debian-unofficial/build.html @@ -41,7 +41,7 @@  <b>Advanced binary options</b>  <table> -	<tr><td>--binary-indices: </td><td>LB_BINARY_INDICES</td></tr> +	<tr><td>--apt-indices: </td><td>LB_APT_INDICES</td></tr>  	<tr><td>--bootappend-live: </td><td>LB_BOOTAPPEND_LIVE</td></tr>  	<tr><td>--bootloader: </td><td>LB_BOOTLOADER</td></tr>  	<tr><td>--debian-installer: </td><td>LB_DEBIAN_INSTALLER</td></tr> diff --git a/templates/cgi/debian-unofficial/form.html b/templates/cgi/debian-unofficial/form.html index bc2608b36..19551499e 100644 --- a/templates/cgi/debian-unofficial/form.html +++ b/templates/cgi/debian-unofficial/form.html @@ -190,9 +190,9 @@  	<table>  		<!-- LIVE_BINARY_IMAGES -->  		<tr> -			<td><label for="Binary_Indices">--binary-indices:</label> </td> +			<td><label for="Apt_Indices">--apt-indices:</label> </td>  			<td> -				<select id="Binary_Indices" name="binary_indices" size="1"> +				<select id="Apt_Indices" name="binary_indices" size="1">  					<option selected value="true">true</option>  					<option value="false">false</option>  				</select> | 
