Skip to content

Commit 641ef6b

Browse files
committed
Reword changed-since documentation to not mention dependents
This brings it in line with what implementation does and should be more in line with what --packages does (i.e. it does not figure out dependents).
1 parent 3619293 commit 641ef6b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/cli.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,8 @@ pub struct PackageSelectOptions {
6464
/// Automatically detect the packages, which changed compared to the given git commit.
6565
///
6666
/// Compares the current git `head` to the reference given, identifies which files changed
67-
/// and attempts to identify the packages and its dependents through that mechanism. You
68-
/// can use any `tag`, `branch` or `commit`, but you must be sure it is available
69-
/// (and up to date) locally.
67+
/// and attempts to identify the packages through that mechanism. You can use any
68+
/// `tag`, `branch` or `commit`, but you must be sure it is available (and up to date) locally.
7069
#[structopt(short, long, name = "git-ref")]
7170
pub changed_since: Option<String>,
7271
}

0 commit comments

Comments
 (0)