local boolean_options="
$main_boolean_options
--commit-metadata-only
- --cache-dir
--disable-fsync
--disable-static-deltas
--require-static-deltas
"
local options_with_args="
+ --cache-dir
--depth
--http-header
--localcache-repo -L
local options_with_args_glob=$( __ostree_to_extglob "$options_with_args" )
case "$prev" in
- --localcache-repo|-L|--repo|--subpath)
+ --cache-dir|--localcache-repo|-L|--repo|--subpath)
__ostree_compreply_dirs_only
return 0
;;
_ostree_remote_refs() {
local boolean_options="
$main_boolean_options
- --cache-dir
"
local options_with_args="
+ --cache-dir
--repo
"
local options_with_args_glob=$( __ostree_to_extglob "$options_with_args" )
case "$prev" in
- --repo)
+ --cache-dir|--repo)
__ostree_compreply_dirs_only
return 0
;;
_ostree_remote_summary() {
local boolean_options="
$main_boolean_options
- --cache-dir
--raw
"
local options_with_args="
+ --cache-dir
--repo
"
local options_with_args_glob=$( __ostree_to_extglob "$options_with_args" )
case "$prev" in
- --repo)
+ --cache-dir|--repo)
__ostree_compreply_dirs_only
return 0
;;
<title>Options</title>
<variablelist>
+ <varlistentry>
+ <term><option>--cache-dir</option>=DIR</term>
+
+ <listitem><para>
+ Use an alternate cache directory in <literal>DIR</literal>.
+ </para></listitem>
+ </varlistentry>
+
<varlistentry>
<term><option>--disable-fsync</option></term>
</para></listitem>
</varlistentry>
+ <varlistentry>
+ <term><option>--cache-dir</option>=DIR</term>
+
+ <listitem><para>
+ Use an alternate cache directory in <literal>DIR</literal>.
+ </para></listitem>
+ </varlistentry>
+
<varlistentry>
<term><option>--disable-fsync</option></term>
</variablelist>
</refsect1>
+ <refsect1>
+ <title>'Refs' Options</title>
+
+ <variablelist>
+ <varlistentry>
+ <term><option>--cache-dir</option>=DIR</term>
+
+ <listitem><para>
+ Use an alternate cache directory in <literal>DIR</literal>.
+ </para></listitem>
+ </varlistentry>
+ </variablelist>
+ </refsect1>
+
<refsect1>
<title>'GPG-Import' Options</title>
<title>'Summary' Options</title>
<variablelist>
+ <varlistentry>
+ <term><option>--cache-dir</option>=DIR</term>
+
+ <listitem><para>
+ Use an alternate cache directory in <literal>DIR</literal>.
+ </para></listitem>
+ </varlistentry>
+
<varlistentry>
<term><option>--raw</option></term>