Forráskód Böngészése

Renamed 'arguments' with 'options'

Serghey Rodin 14 éve
szülő
commit
2294a0705f

+ 1 - 1
bin/v_unsuspend_db_bases

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

+ 1 - 1
bin/v_unsuspend_dns_domain

@@ -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 - 1
bin/v_unsuspend_dns_domains

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

+ 1 - 1
bin/v_update_db_base_disk

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