summaryrefslogtreecommitdiff
path: root/templates/cgi/debian-unofficial/form.html
diff options
context:
space:
mode:
authorYaroslav Halchenko <debian@onerussian.com>2011-09-27 22:46:25 +0200
committerDaniel Baumann <daniel@debian.org>2011-09-27 22:46:25 +0200
commit8a43927c04f67eba06f212b56d4af7166f9afa51 (patch)
treeb318095a677688b1586eb4cb257713023660043d /templates/cgi/debian-unofficial/form.html
parent4b990a72eb34d0880fa6cf88168a5a653ef03407 (diff)
downloadvyos-live-build-8a43927c04f67eba06f212b56d4af7166f9afa51.tar.gz
vyos-live-build-8a43927c04f67eba06f212b56d4af7166f9afa51.zip
Fixing left-over uses of --binary-indices in templates/cgi.
Diffstat (limited to 'templates/cgi/debian-unofficial/form.html')
-rw-r--r--templates/cgi/debian-unofficial/form.html4
1 files changed, 2 insertions, 2 deletions
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>