Skip to content

Commit 62cf2d5

Browse files
committed
Update Blog “help-us-prioritize-features-for-future-releases-of-chapel”
1 parent eae0f78 commit 62cf2d5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

content/blog/help-us-prioritize-features-for-future-releases-of-chapel.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,9 @@ After these commands, `myUnstableOutput.txt` (or whatever you've named it) shoul
4242

4343
```markdown
4444
./unstableAnonScript --csv --sorted --inputFiles myUnstableOutput.txt --outputFile mySummary.csv
45-
```
4645

4746
or
4847

49-
```markdown
5048
./unstableAnonScript -c -d -i myUnstableOutput.txt -o mySummary.csv
5149
```
5250

@@ -64,11 +62,9 @@ You could also additionally run with the `--numFiles` flag (`-n` for short), whi
6462

6563
```markdown
6664
./unstableAnonScript --csv --sorted --numFiles --inputFiles myUnstableOutput.txt --outputFile mySummary.csv
67-
```
6865

69-
Or
66+
or
7067

71-
```markdown
7268
./unstableAnonScript -c -d -n -i myUnstableOutput.txt -o mySummary.csv
7369
```
7470

0 commit comments

Comments
 (0)