Skip to content

Commit

Permalink
Merge pull request #68 from JakeRoggenbuck/change-word
Browse files Browse the repository at this point in the history
Change monitoring to running
  • Loading branch information
JakeRoggenbuck authored Sep 7, 2021
2 parents edf43c4 + a97c2c3 commit 1a43683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/daemon.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ impl Checker for Daemon {
for cpu in &self.cpus {
cpu.print();
}
println!("\nctrl+c to stop monitoring\n\n");
println!("\nctrl+c to stop running\n\n");
if self.verbose {
for log in &self.logs {
println!("{}", log)
Expand Down

0 comments on commit 1a43683

Please sign in to comment.