Rename to oe1archive main
authorStefan Huber <shuber@sthu.org>
Tue, 4 May 2021 19:17:18 +0000 (21:17 +0200)
committerStefan Huber <shuber@sthu.org>
Tue, 4 May 2021 19:17:18 +0000 (21:17 +0200)
Adopt new script filename in the README. And not only rename the script
filename, but, in some sense, the program name per se, i.e., the section
header of the README.

README.markdown
oe1archive [changed mode: 0644->0755]

index a54b656ede1bee9c0beb166578d993fbee3296d4..2c3e8e9483e657b2e8b41ae5d0002b4c85676b9c 100644 (file)
@@ -1,4 +1,4 @@
-# oe1archive.py
+# oe1archive
 
 A tool do download Ö1 radio broadcasts. This repo is a clone of this [original
 repo](https://git.sthu.org/?p=oe1archive.git) and there is also a
@@ -6,13 +6,13 @@ repo](https://git.sthu.org/?p=oe1archive.git) and there is also a
 
 To search or fetch broadcasts with oe1archive, call it like this:
 
-    % oe1archive.py -h
+    % ./oe1archive -h
     Usage:
-        ./oe1archive.py -h, --help
-        ./oe1archive.py -c, --choose
-        ./oe1archive.py -s, --search TITLE
+        ./oe1archive -h, --help
+        ./oe1archive -c, --choose
+        ./oe1archive -s, --search TITLE
 
-    % oe1archive.py -s jazz
+    % ./oe1archive -s jazz
 
 
 ## Contributors
old mode 100644 (file)
new mode 100755 (executable)