mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-03 10:33:49 +00:00
Fixup comment for export --output-file
(#7111)
This commit is contained in:
parent
6ae005b0d0
commit
1422e18674
2 changed files with 2 additions and 2 deletions
|
@ -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>,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue