···1717<refsynopsisdiv>
1818 <cmdsynopsis>
1919 <command>nixos-option</command>
2020- <arg choice='plain'><replaceable>option.name</replaceable></arg>
2020+ <arg>
2121+ <option>-I</option>
2222+ <replaceable>path</replaceable>
2323+ </arg>
2424+ <arg><option>--verbose</option></arg>
2525+ <arg><option>--xml</option></arg>
2626+ <arg choice="plain"><replaceable>option.name</replaceable></arg>
2127 </cmdsynopsis>
2228</refsynopsisdiv>
2323-24292530<refsection><title>Description</title>
2631···30353136<para>When the option name is not an option, the command prints the list of
3237attributes contained in the attribute set.</para>
3838+3939+</refsection>
4040+4141+<refsection><title>Options</title>
4242+4343+<para>This command accepts the following options:</para>
4444+4545+<variablelist>
4646+4747+ <varlistentry>
4848+ <term><option>-I</option> <replaceable>path</replaceable></term>
4949+ <listitem>
5050+ <para>
5151+ This option is passed to the underlying
5252+ <command>nix-instantiate</command> invocation.
5353+ </para>
5454+ </listitem>
5555+ </varlistentry>
5656+5757+ <varlistentry>
5858+ <term><option>--verbose</option></term>
5959+ <listitem>
6060+ <para>
6161+ This option enables verbose mode, which currently is just
6262+ the Bash <command>set</command> <option>-x</option> debug mode.
6363+ </para>
6464+ </listitem>
6565+ </varlistentry>
6666+6767+ <varlistentry>
6868+ <term><option>--xml</option></term>
6969+ <listitem>
7070+ <para>
7171+ This option causes the output to be rendered as XML.
7272+ </para>
7373+ </listitem>
7474+ </varlistentry>
7575+7676+</variablelist>
33773478</refsection>
3579