Skip to content

Commit a38194a

Browse files
committed
Update crates/uv-cli/src/lib.rs
1 parent a2224aa commit a38194a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/uv-cli/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ pub enum PipCommand {
624624
after_long_help = ""
625625
)]
626626
Compile(PipCompileArgs),
627-
/// Sync an environment with a `requirements.txt` file
627+
/// Sync an environment with a `requirements.txt` file.
628628
///
629629
/// When syncing an environment, any packages not listed in the `requirements.txt` file will
630630
/// be removed. To retain extraneous packages, use `uv pip install` instead.

docs/reference/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6111,7 +6111,7 @@ uv pip compile [OPTIONS] <SRC_FILE|--group <GROUP>>
61116111

61126112
### uv pip sync
61136113

6114-
Sync an environment with a `requirements.txt` file
6114+
Sync an environment with a `requirements.txt` file.
61156115

61166116
When syncing an environment, any packages not listed in the `requirements.txt` file will be removed. To retain extraneous packages, use `uv pip install` instead.
61176117

0 commit comments

Comments
 (0)