diff --git a/mx.fastr/mx_fastr.py b/mx.fastr/mx_fastr.py index 7f5fcea552c6fd74fd1616a474e70e5fbf7d83dc..efadce495dc5b3d351d4ff561ae8fd3bb6f96721 100644 --- a/mx.fastr/mx_fastr.py +++ b/mx.fastr/mx_fastr.py @@ -500,7 +500,7 @@ _commands = { 'r-cp' : [r_classpath, '[options]'], 'pkgtest' : [mx_fastr_pkgs.pkgtest, ['options']], 'pkgtest-cmp' : [mx_fastr_pkgs.pkgtest_cmp, ['gnur_path fastr_path']], - 'pta' : [mx_fastr_pkgs.pta, ['options']], + 'r-pkgtest-analyze' : [mx_fastr_pkgs.pta, ['options']], 'installpkgs' : [mx_fastr_pkgs.installpkgs, '[options]'], 'mkgramrd': [mx_fastr_mkgramrd.mkgramrd, '[options]'], 'rcopylib' : [mx_copylib.copylib, '[]'],