Преглед на файлове

include accidentally omited dashes

George C. Privon преди 1 година
родител
ревизия
3924313eef
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      proposal_database.rkt

+ 1 - 1
proposal_database.rkt

@@ -35,7 +35,7 @@
  [("-r" "--reuse-parameters") "Reuse/auto-fill proposal type, submitting organization, solicitation/call and telescope name from the most recently added proposal."
                               (reuse-params #t)]
  #:once-any
- [("create-database") "Create a new database" (mode "create-database")]
+ [("--create-database") "Create a new database" (mode "create-database")]
  [("-a" "--add") "Add a new proposal" (mode "add")]
  [("-u" "--update") "Update a proposal outcome" (mode "update")]
  [("--stats") "Calculate and display summary statistics" (mode "stats")]