Merge: Use more intern methods and add intern factories for NativeString and NativeArray
[nit.git] / contrib / pep8analysis / src / pep8analysis.nit
index ecc6774..1c334e6 100644 (file)
@@ -29,7 +29,7 @@ redef class AnalysisManager
                var files = opts.rest
 
                if files.is_empty or opt_help.value then
-                       print "Usage: {sys.program_name} [options] file.pep [other_file.pep [...]]"
+                       print "Usage: pep8analysis [options] file.pep [other_file.pep [...]]"
                        print "Options:"
                        opts.usage
                        return