File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
3333subscribe-dsfr.clj:
3434
Original file line number Diff line number Diff line change 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; ;
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
You can’t perform that action at this time.
0 commit comments