From 76d14bd7c2a312e8ab80019372f2fcc302421a5f Mon Sep 17 00:00:00 2001 From: Sijmen Mulder Date: Thu, 12 May 2016 13:09:31 +0000 Subject: [PATCH] Document -h and --help in usage Whilst technically redudant, it's better to be precise. --- bin/cssbeautify | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/cssbeautify b/bin/cssbeautify index 40afd7f..0275599 100755 --- a/bin/cssbeautify +++ b/bin/cssbeautify @@ -36,6 +36,7 @@ function showUsage() { console.log(); console.log('Available options:'); console.log(); + console.log(' -h --help Shows this help message'); console.log(' -v, --version Shows program version'); console.log(); process.exit(1);