mirror of
https://github.com/myvesta/vesta
synced 2025-07-29 19:19:29 -07:00
shortened output
This commit is contained in:
parent
22ab6d500c
commit
7352ef0444
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ fields='$DOMAIN $IP $TPL $TTL $EXP $SOA $SRC $RECORDS $SUSPENDED $TIME $DATE'
|
||||||
case $format in
|
case $format in
|
||||||
json) json_list ;;
|
json) json_list ;;
|
||||||
plain) nohead=1; shell_list ;;
|
plain) nohead=1; shell_list ;;
|
||||||
shell) fields='$DOMAIN $IP $TPL $TTL $EXP $DATE';
|
shell) fields='$DOMAIN $IP $TPL $EXP $DATE';
|
||||||
shell_list| column -t ;;
|
shell_list| column -t ;;
|
||||||
*) check_args '1' '0' 'USER [FORMAT]';;
|
*) check_args '1' '0' 'USER [FORMAT]';;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue