From 5af2036b5d5af07bd7ec698529b561e1171cd9b3 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Thu, 3 Jun 2021 15:27:18 +0200 Subject: [PATCH] .local/bin/updatedb-local: Clarify documentation. --- .local/bin/updatedb-local | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.local/bin/updatedb-local b/.local/bin/updatedb-local index a5d0c54b..f36bf0f2 100755 --- a/.local/bin/updatedb-local +++ b/.local/bin/updatedb-local @@ -7,9 +7,10 @@ if [ "$1" = "-h" ]; then cat <&2 Usage: ${0##*/} [FOLDERS] -Update the 'locate' databases for the home folder, external drives and the FOLDERS arguments. +Update the 'locate' databases for the home folder, external drives and the +FOLDERS arguments. -For external drives, databases are only updated if found, they are not +For folders other than home, databases are only updated if found, they are not automatically created (unless explicitly specified in the FOLDERS arguments). - The database for the home folder is stored in '$HOME_DB_FOLDER/$DB_FILE'.