George C. Privon 6 سال پیش
والد
کامیت
9752fee767
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      update_proposals.rkt

+ 1 - 1
update_proposals.rkt

@@ -28,7 +28,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 " list-open\t\t - Show all submitted (but not resolved) proposals.\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"))