Skip to content

Commit

Permalink
update the error syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Jul 12, 2023
1 parent 8035db2 commit f95f498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/test-textfile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ filename="$1"
# Check if the filename argument is provided
if [ -z "$filename" ]; then
echo "No filename specified."
echo "Usage: bash script.sh <filename>"
echo "Usage: bash ./bin/test-textfile.sh <filename>"
exit 1
fi

Expand Down

0 comments on commit f95f498

Please sign in to comment.