issue #57 upper case arguments to improve readability

This commit is contained in:
Serghey Rodin 2012-12-28 15:52:22 +02:00
commit 2b520fad1d
217 changed files with 449 additions and 449 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash
# info: rebuild system user
# options: user [restart]
# options: USER [RESTART]
#
# The function rebuilds system user account.
@ -22,7 +22,7 @@ source $VESTA/func/main.sh
# Verifications #
#----------------------------------------------------------#
check_args '1' "$#" 'user [restart]'
check_args '1' "$#" 'USER [RESTART]'
validate_format 'user'
is_object_valid 'user' 'USER' "$user"
is_object_unsuspended 'user' 'USER' "$user"