We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 479d47e commit 2151ec2Copy full SHA for 2151ec2
bin/v_list_users
@@ -10,7 +10,6 @@ format=${1-shell}
10
11
# Importing variables
12
source $VESTA/conf/vars.conf
13
-source $V_FUNC/shared.func
14
15
# Json function
16
json_list_users() {
@@ -100,7 +99,6 @@ case $format in
100
99
plain) nohead=1; shell_list_users ;;
101
shell) fields='$USER $PACKAGE $U_DISK $U_BANDWIDTH $SUSPENDED $DATE';
102
shell_list_users | column -t ;;
103
- *) check_args '1' '0' '[format]' ;;
104
esac
105
106
0 commit comments