From 5faa753d8fd35aaac6001580145f883c5aedc2d0 Mon Sep 17 00:00:00 2001 From: Hayden Schiff Date: Thu, 21 Jan 2016 20:37:36 -0500 Subject: [PATCH] watch: "changes"-->"differences" per waldyrious' suggestion in comments of #707 --- pages/common/watch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/watch.md b/pages/common/watch.md index 1979ac82a..457d45be4 100644 --- a/pages/common/watch.md +++ b/pages/common/watch.md @@ -10,6 +10,6 @@ `watch -n {{60}} {{command}}` -- Monitor the contents of a directory, highlighting changes as they appear: +- Monitor the contents of a directory, highlighting differences as they appear: `watch -d {{ls -l}}`