Skip to content

Commit

Permalink
Merge pull request #350 from adelavega/fix/prog
Browse files Browse the repository at this point in the history
ENH: Set prog name to fitlins, regardless of which CLI program was called
  • Loading branch information
effigies authored Mar 28, 2022
2 parents ffffeba + ef18b99 commit a718ecd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fitlins/cli/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ def get_parser():
verstr = 'fitlins v{}'.format(__version__)

parser = ArgumentParser(
prog='fitlins',
description='FitLins: Workflows for Fitting Linear models to fMRI',
formatter_class=RawTextHelpFormatter,
)
Expand Down

0 comments on commit a718ecd

Please sign in to comment.