diff options
-rwxr-xr-x | urlinfo | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,5 +39,5 @@ if [ "$BASENAME" == "urlinfo" ]; then echo " identifier:" echo " - $IDENTIFIER" elif [ "$BASENAME" == "urlmd" ]; then - echo "[$TITLE]($URL)" + echo "[$DESC]($URL)" fi |