mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-05 05:22:24 +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" \
|
"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/}"
|
||||||
|
|
Loading…
Reference in a new issue