mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 02:28:03 -07:00
Renamed 'arguments' with 'options'
This commit is contained in:
parent
6df1fb2832
commit
2294a0705f
4 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
# info: unsuspend databases
|
||||
# arguments: user
|
||||
# options: user
|
||||
#
|
||||
# The function for unsuspending all user's databases.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
# info: unsuspend dns domain
|
||||
# arguments: user domain
|
||||
# options: user domain
|
||||
#
|
||||
# The function unsuspends a certain user's domain.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
# info: unsuspend dns domains
|
||||
# arguments: user
|
||||
# options: user
|
||||
#
|
||||
# The function unsuspends all user's DNS domains.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
# info: update database disk usage
|
||||
# arguments: user database
|
||||
# options: user database
|
||||
#
|
||||
# The function recalculates disk usage for speciefic database.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue