Skip to content

Commit

Permalink
print script basename instead of full path in usage
Browse files Browse the repository at this point in the history
  • Loading branch information
m-fila authored and tmadlener committed Jan 6, 2025
1 parent 86badcb commit 6441659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/fetch_external_sources.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ FORCE=false

# Display usage message
display_usage() {
echo "Usage: $0 [--force|-f] [--help|-h]"
echo "Usage: $(basename $0) [--force|-f] [--help|-h]"
}

# Parse command line arguments
Expand Down

0 comments on commit 6441659

Please sign in to comment.