Skip to content

Commit

Permalink
Added URL for GitHub repo in output
Browse files Browse the repository at this point in the history
  • Loading branch information
dmuth committed Mar 29, 2018
1 parent 4667c67 commit 520e373
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions snowdrift
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,10 @@ function printSyntax() {
echo "! "
echo "! --tcp-traceroute-force Force TCP traceroute even if connectivity passes"
echo "! "
echo "! "
echo "! Source and documentation available at: https://github.com/Comcast/snowdrift "
echo "! "
echo "! "
exit 1

} # End of printSyntax()
Expand Down Expand Up @@ -740,6 +744,13 @@ do
done


echo "# "
echo "# Welcome to Snowdrift!"
echo "# "
echo "# Source and documentation can be found at https://github.com/Comcast/snowdrift"
echo "# "


#
# Now loop through our rules files and process each one
#
Expand Down

0 comments on commit 520e373

Please sign in to comment.