From c1156c0f89809010502f11af06bf7cae5e6beb6e Mon Sep 17 00:00:00 2001 From: Karl Voit Date: Sat, 11 Nov 2017 16:43:57 +0100 Subject: [PATCH] Better help text related to .filetags file --- filetags.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/filetags.py b/filetags.py index 407920d..c17c4c5 100755 --- a/filetags.py +++ b/filetags.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -PROG_VERSION = "Time-stamp: <2017-09-30 10:18:53 vk>" +PROG_VERSION = "Time-stamp: <2017-11-11 16:43:47 vk>" # TODO: # - fix parts marked with «FIXXME» @@ -102,9 +102,9 @@ Example usages:\n\ … removes the tag \"draft\" from all files containing the word \"report\"\n\ \n\ \n\ -This tools is looking for (the first) text file named \".filetags\" in\n\ -current and parent directories. Each line of it is interpreted as a tag\n\ -for tag completion.\n\ +This tools is looking for the optional first text file named \".filetags\" in\n\ +current and parent directories. Each of its lines is interpreted as a tag\n\ +for tag completion. Multiple tags per line are considered mutual exclusive.\n\ \n\ Verbose description: http://Karl-Voit.at/managing-digital-photographs/"