浏览代码

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")]