Skip to content

Commit 0ee7d4e

Browse files
committed
FIX: update magic command to make circleci happy
1 parent 22a9e0c commit 0ee7d4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/basic_interfaces.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"cell_type": "markdown",
119119
"metadata": {},
120120
"source": [
121-
"Perfect! Exactly what we want. Hmm... what else could we want from BET? Well, it's actually a fairly complicated program. As is the case for all FSL binaries, just call it with no arguments to see all its options."
121+
"Perfect! Exactly what we want. Hmm... what else could we want from BET? Well, it's actually a fairly complicated program. As is the case for all FSL binaries, just call it with the help flag `-h` to see all its options."
122122
]
123123
},
124124
{
@@ -128,7 +128,7 @@
128128
"outputs": [],
129129
"source": [
130130
"%%bash\n",
131-
"bet"
131+
"bet -h"
132132
]
133133
},
134134
{

0 commit comments

Comments
 (0)