Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update viking.xml.in warning about multiple --map #269

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 3 additions & 1 deletion help/viking.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,9 @@ and docbook-xsl in your Build-Depends control field.
<listitem>
<para>Add a map layer by specifying the map id. The value needs to match one of the internal ids or an id from the maps configuration extension (see below).
Specifying a value of 0 will use the map layer default.
Specifying any negative value e.g. -2 will not show a map (overriding the GUI preference that automatically adds one at startup)</para>
Specifying any negative value e.g. -2 will not show a map (overriding the GUI preference that automatically adds one at startup)
Note that --map cannot currently be used to add multiple layers. Only the final --map will be used.
</para>
<para>Internal Map Ids:</para>
<itemizedlist>
<!-- Alphabetically sorted -->
Expand Down