Skip to content

Commit 2824202

Browse files
authored
Merge pull request #18 from roybotbot/adding-a-space
added space to usage text in script and readme
2 parents 258e32f + 6c7cd21 commit 2824202

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ OPTIONS
3232
bash getxchtx.sh -y 2021 -v
3333
3434
Example for saving to file:
35-
bash getxchtx.sh -y 2021 >tx_list.csv
35+
bash getxchtx.sh -y 2021 > tx_list.csv
3636
3737
```
3838

getxchtx.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ usage () {
2525
echo " bash getxchtx.sh -y 2021 -v"
2626
echo ""
2727
echo " Example for saving to file:"
28-
echo " bash getxchtx.sh -y 2021 >tx_list.csv"
28+
echo " bash getxchtx.sh -y 2021 > tx_list.csv"
2929
echo ""
3030
}
3131

0 commit comments

Comments
 (0)