We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 258e32f + 6c7cd21 commit 2824202Copy full SHA for 2824202
README.md
@@ -32,7 +32,7 @@ OPTIONS
32
bash getxchtx.sh -y 2021 -v
33
34
Example for saving to file:
35
- bash getxchtx.sh -y 2021 >tx_list.csv
+ bash getxchtx.sh -y 2021 > tx_list.csv
36
37
```
38
getxchtx.sh
@@ -25,7 +25,7 @@ usage () {
25
echo " bash getxchtx.sh -y 2021 -v"
26
echo ""
27
echo " Example for saving to file:"
28
- echo " bash getxchtx.sh -y 2021 >tx_list.csv"
+ echo " bash getxchtx.sh -y 2021 > tx_list.csv"
29
30
}
31
0 commit comments