Преглед изворни кода

Renamed 'arguments' with 'options'

Serghey Rodin пре 14 година
родитељ
комит
2294a0705f
4 измењених фајлова са 4 додато и 4 уклоњено
  1. 1 1
      bin/v_unsuspend_db_bases
  2. 1 1
      bin/v_unsuspend_dns_domain
  3. 1 1
      bin/v_unsuspend_dns_domains
  4. 1 1
      bin/v_update_db_base_disk

+ 1 - 1
bin/v_unsuspend_db_bases

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

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

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

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