Skip to content

Commit a014f14

Browse files
author
Bastien Guerry
committed
Rename faq-server-dsfr.clj to faq-dsfr.clj
1 parent 6b0e855 commit a014f14

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ codegouvfr-output-data.clj:
2626

2727
bbin install https://raw.githubusercontent.com/codegouvfr/codegouvfr-cli/refs/heads/main/src/codegouvfr-output-data.clj
2828

29-
faq-server-dsfr.clj:
29+
faq-dsfr.clj:
3030

31-
bbin install https://raw.githubusercontent.com/codegouvfr/codegouvfr-cli/refs/heads/main/src/faq-server-dsfr.clj
31+
bbin install https://raw.githubusercontent.com/codegouvfr/codegouvfr-cli/refs/heads/main/src/faq-dsfr.clj
3232

3333
subscribe-dsfr.clj:
3434

src/faq-server-dsfr.clj renamed to src/faq-dsfr.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
;; SPDX-License-Identifier: EPL-2.0
55
;; License-Filename: EPL-2.0.txt
66

7-
;; ~$ faq-server-dsfr -f https://code.gouv.fr/data/faq.json
7+
;; ~$ faq-dsfr -f https://code.gouv.fr/data/faq.json
88
;;
99
;; Then check http://localhost:8080
1010
;;
@@ -464,7 +464,7 @@
464464
;; Show help
465465
(defn show-help []
466466
(println "FAQ Web Server - DSFR")
467-
(println "Usage: faq-server-dsfr.clj [options]")
467+
(println "Usage: faq-dsfr [options]")
468468
(println (cli/format-opts {:spec cli-options}))
469469
(System/exit 0))
470470

0 commit comments

Comments
 (0)