tools/cpee in cpee-2.0.2 vs tools/cpee in cpee-2.0.3

- old
+ new

@@ -46,10 +46,10 @@ opt.on("") opt.on(wrap("[cpui DIR] scaffolds a sample html client. New versions might require manual merging if you changed something.")) opt.on("") opt.on(wrap("[ui] starts a simple static web server with the ui on http://localhost:8080. Use [cpui DIR] if you want stuff in apache or nginx.")) opt.on("") - opt.on(wrap("[convert] converts all testsets in the current directory to cpee2.")) + opt.on(wrap("[convert] converts all testsets in the current directory to cpee2")) opt.parse! } if (ARGV.length == 0) || (ARGV.length == 1 && ARGV[0] != 'ui') || (ARGV.length == 1 && ARGV[0] != 'convert') ||