Skip to content

Commit

Permalink
Fix script name
Browse files Browse the repository at this point in the history
  • Loading branch information
ndabas authored and Ubuntu committed Nov 18, 2024
1 parent ae0e9cb commit 5aa264f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/agent
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ print-usage() {
if [ "$#" != 0 ]; then
printf '%s\n\n' "$@" >&2
fi
printf '%s\n' 'Usage: agent.sh <repository> <output-directory>' >&2
printf '%s\n' 'Usage: agent <repository> <output-directory>' >&2
printf '\n' >&2
printf '%s\n' 'Runs a Sema scan on the provided <repository>, and outputs a .zip file in ' >&2
printf '%s\n' '<output-directory>. This .zip file must be sent to Sema for further analysis.' >&2
Expand Down

0 comments on commit 5aa264f

Please sign in to comment.