diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:56:46 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:56:46 +0000 |
commit | 5cbf1b497b0810a6fa52ec93e1240c6190a49b72 (patch) | |
tree | 59f330a1117e1fee4a0993521b34de4c0c11d648 /doc/apt-extracttemplates.1.sgml | |
parent | 234edfd074bd8a356494d5d8df8774cf1b096fd8 (diff) |
more cleanups
Author: tausq
Date: 2001-02-25 05:25:29 GMT
more cleanups
Diffstat (limited to 'doc/apt-extracttemplates.1.sgml')
-rw-r--r-- | doc/apt-extracttemplates.1.sgml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/apt-extracttemplates.1.sgml b/doc/apt-extracttemplates.1.sgml index 6b062ccc9..0cc9ef736 100644 --- a/doc/apt-extracttemplates.1.sgml +++ b/doc/apt-extracttemplates.1.sgml @@ -24,6 +24,8 @@ <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> @@ -37,10 +39,28 @@ 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/ExtractTemplates::TempDir/>) + directory, with filenames of the form <filename>template.XXXX</> and + <filename>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/ExtractTemplates::TempDir/. + </VarListEntry> + + &apt-commonoptions; + + </VariableList> + </RefSect1> |