Skip to content

Commit

Permalink
Documentation tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelzwiers committed May 2, 2024
1 parent d45bdaf commit 901fde4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bidscoin/cli/_fixmeta.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
def get_parser():
"""Build an argument parser with input arguments for fixmeta.py"""

class CustomFormatter(argparse.ArgumentDefaultsHelpFormatter, argparse.RawDescriptionHelpFormatter): pass
class CustomFormatter(argparse.RawDescriptionHelpFormatter): pass

parser = argparse.ArgumentParser(prog='fixmeta',
formatter_class=CustomFormatter,
Expand Down
4 changes: 2 additions & 2 deletions docs/bidsapps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ If you have a previously converted BIDS data repository and you would like to re
-p PARTICIPANT_LABEL [PARTICIPANT_LABEL ...], --participant_label PARTICIPANT_LABEL [PARTICIPANT_LABEL ...]
Space separated list of sub-# identifiers to be processed (the sub-prefix can
be left out). If not specified then all sub-folders in the bidsfolder will be
processed (default: None)
processed
-b BIDSMAP, --bidsmap BIDSMAP
The study bidsmap file with the mapping heuristics. If the bidsmap filename
is just the basename (i.e. no "/" in the name) then it is assumed to be
located in the current directory or in bidsfolder/code/bidscoin. Default:
bidsmap.yaml or else the template bidsmap (default: None)
bidsmap.yaml or else the template bidsmap

examples:
fixmeta myproject/bids func/*task-reward1* '{"TaskName": "Monetary reward paradigm 1"}'
Expand Down

0 comments on commit 901fde4

Please sign in to comment.