Skip to content

Commit 6dbfcdf

Browse files
authored
Fix examples (hestiacp#3021)
* Typo in DOMAIN * Incorrect example @jlguerrerosanz
1 parent aa9331c commit 6dbfcdf

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

bin/v-change-user-theme

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
#!/bin/bash
2-
# info: updates user role
3-
# options: USER ROLE
2+
# info: updates user theme
3+
# options: USER THEME
44
#
5-
# example: v-change-user-theme user theme
5+
# example: v-change-user-theme admin dark
6+
# example: v-change-user-theme peter vestia
67
#
78
# Changes web UI display theme for specified user.
89

bin/v-purge-nginx-cache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
# info: Purge nginx cache
3-
# options: USER DOMAINå
3+
# options: USER DOMAIN
44
#
55
# example: v-purge-nginx-cache user domain.tld
66
#

0 commit comments

Comments
 (0)