<refsynopsisdiv>
<cmdsynopsis>
<command>apt-extracttemplate</>
+ <arg><option>-hv</></arg>
+ <arg><option>-t=<replaceable/temporary directory/</></arg>
<arg choice="plain" rep="repeat"><replaceable>file</replaceable></arg>
</cmdsynopsis>
</refsynopsisdiv>
in the format:
<para>
package version template-file config-script
+ <para>
+ template-file and config-script are written to the temporary directory
+ specified by the -t or --tempdir (<literal/APT::ExtractTemplates::TempDir/>)
+ directory, with filenames of the form <filename>package.template.XXXX</> and
+ <filename>package.config.XXXX</>
</RefSect1>
<RefSect1><Title>Options</>
&apt-cmdblurb;
+
+ <VariableList>
+ <VarListEntry><term><option/-t/</><term><option/--tempdir/</>
+ <ListItem><Para>
+ Temporary directory in which to write extracted debconf template files
+ and config scripts
+ Configuration Item: <literal/APT::ExtractTemplates::TempDir/.
+ </VarListEntry>
+
+ &apt-commonoptions;
+
+ </VariableList>
+
</RefSect1>
<RefSect1><Title>Diagnostics</>
<para>
- <command/apt-sortpkgs/ returns zero on normal operation, decimal 100 on error.
+ <command/apt-extracttemplates/ returns zero on normal operation, decimal 100 on error.
</RefSect1>
&manbugs;