Renamed 'arguments' with 'options'

This commit is contained in:
Serghey Rodin 2012-01-03 21:48:46 +02:00
commit 2294a0705f
4 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash
# info: unsuspend databases
# arguments: user
# options: user
#
# The function for unsuspending all user's databases.

View file

@ -1,6 +1,6 @@
#!/bin/bash
# info: unsuspend dns domain
# arguments: user domain
# options: user domain
#
# The function unsuspends a certain user's domain.

View file

@ -1,6 +1,6 @@
#!/bin/bash
# info: unsuspend dns domains
# arguments: user
# options: user
#
# The function unsuspends all user's DNS domains.

View file

@ -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.