Skip to content

Commit 4a81060

Browse files
jaapmarcusScIT-Raphael
authored andcommitted
Fix some issues regarding missing examples or wrong commands
1 parent cb5593b commit 4a81060

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bin/v-add-user-ssh-key

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# options: USER KEY
44
# labels: hestia
55
#
6-
# example v-add-user-ssh-key user 'valid ssh key'
6+
# example: v-add-user-ssh-key user 'valid ssh key'
77
#
88
# Function check if $user/.ssh/authorized_keys exists and create it.
99
# After that it append the new key(s)

bin/v-download-backup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# options: USER BACKUP
44
# labels: hestia
55
#
6-
# example: v-download-user admin admin.2020-11-05_05-10-21.tar
6+
# example: v-download-backup admin admin.2020-11-05_05-10-21.tar
77
#
88
# The function download back-up from remote server
99

bin/v-search-command

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# options: ARG1 [ARG...]
44
# labels: hestia
55
#
6-
# v-search-command web
6+
# example: v-search-command web
77
#
88
# This function searches for available Hestia Control Panel commands
99
# and returns results based on the specified criteria.

0 commit comments

Comments
 (0)