Skip to content

Commit

Permalink
Fix help message
Browse files Browse the repository at this point in the history
  • Loading branch information
schmir committed Dec 24, 2023
1 parent ac26150 commit ec38361
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/prune_backups/cli.clj
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@

(defn print-help
[]
(println "Usage: rotate-backups.clj [options]")
(println (cli/format-opts {:spec spec :order [:gen :install-gen :run-ninja :help]}))
(println "Usage: prune-backups [options]")
(println (cli/format-opts {:spec spec :order [:config :version :help]}))
(System/exit 0))

(defn find-archives-with-prefix
Expand Down

0 comments on commit ec38361

Please sign in to comment.