Skip to content

Commit

Permalink
build help message fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone committed Jun 3, 2023
1 parent fa56ef0 commit 15a2d6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ version=$(cat build/IceRpc.Version.props | grep "<Version" | sed -E "s/<Version

usage()
{
echo "Usage: build [actions] [arguments]"
echo "Usage: ./build.sh [actions] [arguments]"
echo ""
echo "Actions (defaults to -build):"
echo "Actions (defaults to --build):"
echo " --build Build the IceRPC assemblies and the slicec-cs compiler."
echo " --pack Create the IceRPC NuGet packages."
echo " --examples Build the example project (uses installed NuGet packages)."
Expand Down

0 comments on commit 15a2d6d

Please sign in to comment.