1
0
Fork 0
mirror of https://github.com/NeoCloud/NeoNetwork synced 2024-06-26 07:28:40 +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" \
"\n" \
" table types:\n" \
" asn, route, people, node\n"
" asn, route, entity, node\n"
fi
arg="$2" # Optional argument
@ -129,7 +129,7 @@ route)
esac
done
;;
people);;
entity);;
node)
for i in node/*; do
node="${i#node/}"