mirror of
https://github.com/novoid/filetags.git
synced 2026-02-16 14:04:14 +00:00
Better help text related to .filetags file
This commit is contained in:
parent
9efdc3a104
commit
c1156c0f89
1 changed files with 4 additions and 4 deletions
|
|
@ -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/"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue