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 e2f3a98 + fae5393 commit 9832447Copy full SHA for 9832447
spark
@@ -73,17 +73,18 @@ if [ "$BASH_SOURCE" == "$0" ]; then
73
# Prints the help text for spark.
74
help()
75
{
76
+ local spark=$(basename $0)
77
cat <<EOF
78
79
USAGE:
- spark [-h|--help] VALUE,...
80
+ $spark [-h|--help] VALUE,...
81
82
EXAMPLES:
- spark 1 5 22 13 53
83
+ $spark 1 5 22 13 53
84
▁▁▃▂█
- spark 0,30,55,80,33,150
85
+ $spark 0,30,55,80,33,150
86
▁▂▃▄▂█
- echo 9 13 5 17 1 | spark
87
+ echo 9 13 5 17 1 | $spark
88
▄▆▂█▁
89
EOF
90
}
0 commit comments