We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 190787d commit 81d7c8fCopy full SHA for 81d7c8f
stackmuncher/src/help.rs
@@ -96,8 +96,8 @@ pub(crate) fn emit_dryrun_msg(report_file_path: &str) {
96
report_file_path
97
);
98
eprintln!();
99
- eprintln!(" The app will start submitting stack reports for this project from the next run unless `--dryrun` flag is specified.");
100
- eprintln!(" Run it once more if you want to submit the report now.");
+ eprintln!(" The app will add this project to your profile at the next run unless `--dryrun` flag is specified.");
+ eprintln!(" Run `stackmuncher` again to add it now.");
101
102
}
103
0 commit comments