summaryrefslogtreecommitdiff
path: root/utils/lib.sh
diff options
context:
space:
mode:
Diffstat (limited to 'utils/lib.sh')
-rwxr-xr-xutils/lib.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/lib.sh b/utils/lib.sh
index ead4b0c61..d3d515c0a 100755
--- a/utils/lib.sh
+++ b/utils/lib.sh
@@ -1802,8 +1802,8 @@ url_replace_hostname(){
# to replace hostname by primary IP::
#
- # url_replace_hostname http://searx-ubu1604/morty $(primary_ip)
- # http://10.246.86.250/morty
+ # url_replace_hostname http://searx-ubu1604/example $(primary_ip)
+ # http://10.246.86.250/example
# shellcheck disable=SC2001
echo "$1" | sed "s|\(http[s]*://\)[^/]*\(.*\)|\1$2\2|"