mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-22 13:20:40 +08:00
pretty-output: rename people-dir to entity-dir
This commit is contained in:
parent
3ab85f1f71
commit
0f9ce21bc0
1 changed files with 2 additions and 2 deletions
|
@ -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/}"
|
||||
|
|
Loading…
Reference in a new issue