Remove unncessary notes from generate-instances-json.sh.

This commit is contained in:
Daniel Valentine 2022-10-10 14:25:19 -06:00
parent 427ba5f877
commit ebe8191b26

View File

@ -483,13 +483,6 @@ create_instance_entry ()
echo "${json}"
}
# NOTES
#
# use jq --slurp to turn mutliple objects into array
#
# load any existing onion sites from json:
# jq -Mcer '.instances[] | select(.onion)' instances-example.json
# helpdoc
#
# Print usage information to stdout.