Skip to content

Commit 06c9e0b

Browse files
committed
fixed typo
1 parent 641c05b commit 06c9e0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bin/v-restore-database

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/bin/bash
22
# info: restore single database
3-
# options: USER BACKUP DOMAIN [NOTIFY]
3+
# options: USER BACKUP DATABASE [NOTIFY]
44
# labels: panel
55
#
6-
# example: v-restore-web-domain USER BACKUP DATABASE [NOTIFY]
6+
# example: v-restore-database USER BACKUP DATABASE [NOTIFY]
77
#
88
# The function allows the user to restore a single database
99
# from a backup archive.
@@ -31,7 +31,7 @@ check_hestia_demo_mode
3131
# Verifications #
3232
#----------------------------------------------------------#
3333

34-
args_usage='USER BACKUP DOMAIN [NOTIFY]'
34+
args_usage='USER BACKUP DATABASE [NOTIFY]'
3535
check_args '3' "$#" "$args_usage"
3636
is_format_valid 'user' 'backup'
3737

0 commit comments

Comments
 (0)