Fixup comment for export --output-file (#7111)

This commit is contained in:
Zanie Blue 2024-09-05 20:18:39 -05:00 committed by GitHub
parent 6ae005b0d0
commit 1422e18674
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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>,