diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-05-15 20:01:56 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-05-15 20:01:56 +0200 |
commit | ac25ff14a613de10ada9d81d3cd5ff2eda39e931 (patch) | |
tree | f2c6745dbddea320f38c491a5099495e509c793c /bin | |
parent | 47581095e79de5726189760e29cba77a3cfb88de (diff) |
help
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/pyggle | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -628,7 +628,7 @@ if __name__ == "__main__": parser.add_argument( "--edit-in-place", action="store_true", - help="Enable options that edit images in-place", + help="Enable options that alter the image files passed on the command line. The original can NOT be restored.", ) parser.add_argument( "--exif-copyright", |