Skip to content

Commit 81d7c8f

Browse files
committed
Better dryrun msg #30
1 parent 190787d commit 81d7c8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stackmuncher/src/help.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ pub(crate) fn emit_dryrun_msg(report_file_path: &str) {
9696
report_file_path
9797
);
9898
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.");
99+
eprintln!(" The app will add this project to your profile at the next run unless `--dryrun` flag is specified.");
100+
eprintln!(" Run `stackmuncher` again to add it now.");
101101
eprintln!();
102102
}
103103

0 commit comments

Comments
 (0)