1
0
Fork 0
mirror of https://github.com/NeoCloud/NeoNetwork synced 2024-06-29 04:08:41 +08:00

pretty-output: rename people-dir to entity-dir

This commit is contained in:
Neo_Chen 2020-05-13 21:35:46 +08:00
parent 3ab85f1f71
commit 0f9ce21bc0

View file

@ -99,7 +99,7 @@ if [ $# -lt 1 ]; then
"Usage: table-output.sh <table type>\n" \ "Usage: table-output.sh <table type>\n" \
"\n" \ "\n" \
" table types:\n" \ " table types:\n" \
" asn, route, people, node\n" " asn, route, entity, node\n"
fi fi
arg="$2" # Optional argument arg="$2" # Optional argument
@ -129,7 +129,7 @@ route)
esac esac
done done
;; ;;
people);; entity);;
node) node)
for i in node/*; do for i in node/*; do
node="${i#node/}" node="${i#node/}"