Skip to content

Commit

Permalink
Fix details
Browse files Browse the repository at this point in the history
  • Loading branch information
J535D165 committed Jun 8, 2022
1 parent 868ee84 commit c3d3336
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions asreviewcontrib/insights/entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def version(self):
return __version__

def execute(self, argv):
parser = argparse.ArgumentParser(prog='asreview stats')
parser = argparse.ArgumentParser(prog='asreview metrics')
parser.add_argument('asreview_files',
metavar='asreview_files',
type=str,
Expand Down Expand Up @@ -152,7 +152,7 @@ def execute(self, argv):
"-o",
"--output",
default=None,
help='Save the statistics and metrics to a JSON file.')
help='Save the metrics and results to a JSON file.')
args = parser.parse_args(argv)

if len(args.asreview_files) > 1:
Expand Down

0 comments on commit c3d3336

Please sign in to comment.