Skip to content

Commit d582d20

Browse files
committed
Issues raised during generate cli
1 parent 2ac2e87 commit d582d20

20 files changed

+19
-21
lines changed

bin/v-add-sys-theme

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
#
88
# The function for installing a custom theme or downloading one
99
# from the HestiaCP theme repository.
10-
#
1110
# For more info see https://docs.hestiacp.com/customize_hestia.html
1211

1312

bin/v-check-api-key

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# options: KEY [IP]
44
# labels:
55
#
6-
# v-check-api-key random_key
6+
# example: v-check-api-key random_key 127.0.0.1
77
#
88
# The function checks a key file in $HESTIA/data/keys/
99

bin/v-delete-sys-sftp-jail

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# options: NONE
44
# labels: panel
55
#
6-
# example: v-delete-sys-ftp-jail
6+
# example: v-delete-sys-sftp-jail
77
#
88
# The script disables sftp jailed environment
99

bin/v-delete-sys-theme

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/bin/bash
22
# info: removes a theme from the custom theme library
3-
# options: none
3+
# options: theme
44
# labels: hestia
55
#
6-
# v-delete-sys-theme dark
6+
# example: v-delete-sys-theme dark
77
#
88
# The function removes a theme from the custom theme library.
99
# Please note "default" theme can't be deleted due to dependencies for other themes

bin/v-delete-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-delelete-user-ssh-key user unique_id
6+
# example: v-delete-user-ssh-key user unique_id
77
#
88
# Delete user ssh key from authorized_keys
99

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-
# v-download-user admin admin.2020-11-05_05-10-21.tar
6+
# example: v-download-user admin admin.2020-11-05_05-10-21.tar
77
#
88
# The function download back-up from remote server
99

bin/v-get-sys-timezones

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# options: [FORMAT]
44
# labels: panel
55
#
6-
# example: v-get-sys-timezones
6+
# example: v-get-sys-timezones json
77
#
88
# The function checks system timezone settings
99

bin/v-list-firewall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# options: [FORMAT]
44
# labels:
55
#
6-
# example v-list-firewall json
6+
# example: v-list-firewall json
77
#
88
# The function of obtaining the list of all iptables rules.
99

bin/v-list-sys-clamd-config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# options: [FORMAT]
44
# labels:
55
#
6-
# example: v-list-clamd-config
6+
# example: v-list-sys-clamd-config
77
#
88
# The function for obtaining the list of clamd config parameters.
99

bin/v-list-sys-interfaces

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# options: [FORMAT]
44
# labels:
55
#
6-
# v-list-sys-interfaces
6+
# example: v-list-sys-interfaces
77
#
88
# The function for obtaining the list of network interfaces.
99

0 commit comments

Comments
 (0)