mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 05:14:10 -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
|
#!/bin/bash
|
||||||
# info: unsuspend databases
|
# info: unsuspend databases
|
||||||
# arguments: user
|
# options: user
|
||||||
#
|
#
|
||||||
# The function for unsuspending all user's databases.
|
# The function for unsuspending all user's databases.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# info: unsuspend dns domain
|
# info: unsuspend dns domain
|
||||||
# arguments: user domain
|
# options: user domain
|
||||||
#
|
#
|
||||||
# The function unsuspends a certain user's domain.
|
# The function unsuspends a certain user's domain.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# info: unsuspend dns domains
|
# info: unsuspend dns domains
|
||||||
# arguments: user
|
# options: user
|
||||||
#
|
#
|
||||||
# The function unsuspends all user's DNS domains.
|
# The function unsuspends all user's DNS domains.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# info: update database disk usage
|
# info: update database disk usage
|
||||||
# arguments: user database
|
# options: user database
|
||||||
#
|
#
|
||||||
# The function recalculates disk usage for speciefic database.
|
# The function recalculates disk usage for speciefic database.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue