From 04f2f96672ec9711805ef245a22c2f4931d795e4 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Sun, 12 Oct 2014 00:23:25 +1100 Subject: [PATCH] better --filename bin/6to5 description --- bin/6to5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/6to5 b/bin/6to5 index 6629d551e8..8a9fe2fb9d 100755 --- a/bin/6to5 +++ b/bin/6to5 @@ -12,7 +12,7 @@ var _ = require("lodash"); commander.option("-t, --source-maps-inline", "Append sourceMappingURL comment to bottom of code"); commander.option("-s, --source-maps", "Save source map alongside the compiled code when using --out-file and --out-dir flags"); -commander.option("-f, --filename [filename]", "Filename to use when reading from stdin - this will be output in source-maps etc [stdin]", "stdin"); +commander.option("-f, --filename [filename]", "Filename to use when reading from stdin - this will be used in source-maps, errors etc [stdin]", "stdin"); //commander.option("-w, --watch", "Watch, only works with --out-dir"); var list = function (val) {