1
0
mirror of https://github.com/RyanGreenup/cadmus.git synced 2025-04-14 06:41:51 +02:00

Updated Tags Help

This commit is contained in:
Ryan Greenup 2020-07-17 01:54:14 +10:00
parent 1747f6f9ae
commit eb18588905

@ -184,6 +184,11 @@ function TagsHelp() {
echo -e " There very much an assumption that there is a .tmsu folder "
echo -e " somewhere above the NOTES_DIR "
echo -e " (in this case that is "${NOTES_DIR}")"
echo
echo -e " \e[3m\e[1m• Troubleshooting\e[0m \n"
echo -e " If you are having Issues use the following to find any .tmsu databases:"
echo -e ' find $HOME -type d -name '.tmsu'' | highlight --syntax bash -O ansi
echo -e " And delete all the databases to start fresh\n"
}