Просмотр исходного кода

Fix some issues regarding missing examples or wrong commands

Jaap Marcus 5 лет назад
Родитель
Сommit
4a81060a3f
3 измененных файлов с 3 добавлено и 3 удалено
  1. 1 1
      bin/v-add-user-ssh-key
  2. 1 1
      bin/v-download-backup
  3. 1 1
      bin/v-search-command

+ 1 - 1
bin/v-add-user-ssh-key

@@ -3,7 +3,7 @@
 # options: USER KEY
 # labels: hestia
 #
-# example v-add-user-ssh-key user 'valid ssh key'
+# example: v-add-user-ssh-key user 'valid ssh key'
 #
 # Function check if $user/.ssh/authorized_keys exists and create it.
 # After that it append the new key(s)

+ 1 - 1
bin/v-download-backup

@@ -3,7 +3,7 @@
 # options: USER BACKUP
 # labels: hestia
 #
-# example: v-download-user admin admin.2020-11-05_05-10-21.tar
+# example: v-download-backup admin admin.2020-11-05_05-10-21.tar
 #
 # The function download back-up from remote server
 

+ 1 - 1
bin/v-search-command

@@ -3,7 +3,7 @@
 # options: ARG1 [ARG...]
 # labels: hestia
 #
-# v-search-command web
+# example: v-search-command web
 #
 # This function searches for available Hestia Control Panel commands
 # and returns results based on the specified criteria.