mirror of
https://github.com/novoid/appendfilename.git
synced 2026-02-16 12:54:15 +00:00
README: removed depricated --interactive option from geeqie example
This commit is contained in:
parent
aff1f10d12
commit
d470e12c91
1 changed files with 2 additions and 2 deletions
|
|
@ -238,7 +238,7 @@ script does provide a shell window for entering the tags.
|
|||
/usr/bin/gnome-terminal \
|
||||
--geometry=73x5+330+5 \
|
||||
--hide-menubar \
|
||||
-x /home/vk/src/appendfilename/appendfilename/__init__.py --interactive "${@}"
|
||||
-x /home/vk/src/appendfilename/appendfilename/__init__.py "${@}"
|
||||
|
||||
#end
|
||||
#+END_SRC
|
||||
|
|
@ -251,7 +251,7 @@ looks like:
|
|||
/usr/bin/gnome-terminal \
|
||||
--geometry=73x5+330+5 \
|
||||
--hide-menubar \
|
||||
-x /home/vk/src/appendfilename/appendfilename/__init__.py --interactive --remove "${@}"
|
||||
-x /home/vk/src/appendfilename/appendfilename/__init__.py --remove "${@}"
|
||||
|
||||
#end
|
||||
#+END_SRC
|
||||
|
|
|
|||
Loading…
Reference in a new issue