Parcourir la source

amberc for -?.--help -H call print_usage without this.

Thomas Rake il y a 12 ans
Parent
commit
c99a97c866
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      bin/amberc

+ 1 - 1
bin/amberc

@@ -77,7 +77,7 @@ function handle_options(optionsArray, amber_dir) {
 			case '-h':
 			case '--help':
 			case '?':
-				this.usage();
+				print_usage();
 				break;
 			default:
 				var fileSuffix = path.extname(currentItem);