Skip to content

Commit 07d8953

Browse files
committed
basename
1 parent 5cb252e commit 07d8953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slicetimeextract

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# FSL compatible file in OUTPUTDIR
55

66
usage(){
7-
echo "Usage: $0 INPUTFILE OUTPUTDIRECTORY"
7+
echo "Usage: $(basename $0) INPUTFILE OUTPUTDIRECTORY"
88
echo "INPUTFILE should be a BIDS functional sidecar json file"
99
echo "OUTPUTDIRECTORY is where I will write your FSL-compatible slice timing"
1010
echo "I will write foo_bold.json to OUTPUTDIRECTORY/foo_slicetimes.txt"

0 commit comments

Comments
 (0)