George C. Privon 6 gadi atpakaļ
vecāks
revīzija
09dd619a4a
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      update_proposals.rkt

+ 1 - 1
update_proposals.rkt

@@ -27,7 +27,7 @@
 
   (write-string "Where MODE is one of:\n")
   (write-string " add\t\t - add new proposal to database.\n")
-  (write-string " update\t\t - update a a proposal with results.\n")
+  (write-string " update\t\t - update a proposal with results.\n")
   (write-string " list-open\t - Show all submitted (but not resolved) proposals.\n")
   (write-string " help\t\t - Show this help message.\n")
   (write-string "\nCopyright 2019 George C. Privon\n"))