]> git.phdru.name Git - bookmarks_db.git/blobdiff - set-urls.py
Rename set-URLs -> set-urls
[bookmarks_db.git] / set-urls.py
similarity index 94%
rename from set-URLs.py
rename to set-urls.py
index bfcf5da5cb1dbb998b2a6a57c4b90a640397b69e..b897078f70a19efff2bb0e15dbf46d2b69ec305d 100755 (executable)
@@ -10,7 +10,7 @@ import sys
 
 
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2023 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2023, 2024 PhiloSoft Design"
 __license__ = "GNU GPL"
 
 
@@ -29,10 +29,10 @@ def run():
         pass
 
     if report_stats:
-        print("Broytman set-URLs, Copyright (C) 2023 PhiloSoft Design")
+        print("Broytman set-urls, Copyright (C) 2023, 2024 PhiloSoft Design")
 
     if len(args) != 1:
-        sys.stderr.write("Usage: set-URLs [-s] urls_file")
+        sys.stderr.write("Usage: set-urls [-s] urls_file")
         sys.exit(1)
 
     # Read the external file with URLs and build a mapping (URL => redirect)