From b0d3b03b0af9c7b24d89bb689fb965a477417bc6 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Thu, 4 Jan 2018 12:10:31 -0800 Subject: [PATCH] remove useless debugging output --- run_when_changed | 5 ----- 1 file changed, 5 deletions(-) diff --git a/run_when_changed b/run_when_changed index 0fbcf57..453e555 100755 --- a/run_when_changed +++ b/run_when_changed @@ -22,11 +22,6 @@ run_when_changed - runs a command when a file (or files) is changed run_when_changed [file1] [command ...] run_when_changed [file1] [filen] -- [command ...] - Options: - --debug, -d debugging level (Default 0) - --help, -h display this help - --man, -m display manual - If only a single file is to be watched, the first argument is the file, and all remaining arguments are the command. If multiple files are to be watched, all arguments until the first -- argument are files -- 2.39.2