mirror of https://github.com/astral-sh/uv
Fixup comment for `export --output-file` (#7111)
This commit is contained in:
parent
6ae005b0d0
commit
1422e18674
|
|
@ -2966,7 +2966,7 @@ pub struct ExportArgs {
|
|||
#[arg(long, overrides_with("hashes"))]
|
||||
pub no_hashes: bool,
|
||||
|
||||
/// Write the compiled requirements to the given `requirements.txt` file.
|
||||
/// Write the exported requirements to the given file.
|
||||
#[arg(long, short)]
|
||||
pub output_file: Option<PathBuf>,
|
||||
|
||||
|
|
|
|||
|
|
@ -1885,7 +1885,7 @@ uv export [OPTIONS]
|
|||
|
||||
<p>When disabled, uv will only use locally cached data and locally available files.</p>
|
||||
|
||||
</dd><dt><code>--output-file</code>, <code>-o</code> <i>output-file</i></dt><dd><p>Write the compiled requirements to the given <code>requirements.txt</code> file</p>
|
||||
</dd><dt><code>--output-file</code>, <code>-o</code> <i>output-file</i></dt><dd><p>Write the exported requirements to the given file</p>
|
||||
|
||||
</dd><dt><code>--package</code> <i>package</i></dt><dd><p>Export the dependencies for a specific package in the workspace.</p>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue