usage(): +syntax

This commit is contained in:
anon
2023-02-14 01:35:37 +01:00
parent 239e0afbb6
commit e2fa2f25ae

8
plug

@ -15,7 +15,13 @@ def usage():
Options are evaluated in the order they are found and can be repeated.
If multiple files are specified, actions apply to all of them.
\"@all\" is a special pseudo-placeholder with the meaning \'every placeholder\'.
NOTE: do not forget to specify your file before the desired actions.'''.format(sys.argv[0]))
NOTE: do not forget to specify your file before the desired actions.
Placeholder syntax:
#placeholder<<name>> COLLAPSED
NOTE: text located before the placeholder on the same line is preserved copied,
allowing for commenting it
'''.format(sys.argv[0]))
placeholders = {}