File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -64,9 +64,8 @@ pub struct PackageSelectOptions {
64
64
/// Automatically detect the packages, which changed compared to the given git commit.
65
65
///
66
66
/// 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.
70
69
#[ structopt( short, long, name = "git-ref" ) ]
71
70
pub changed_since : Option < String > ,
72
71
}
You can’t perform that action at this time.
0 commit comments