Browse Source

update program name in code

George C. Privon 1 năm trước cách đây
mục cha
commit
5e07936aef
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      proposal_database.rkt

+ 2 - 2
proposal_database.rkt

@@ -8,7 +8,7 @@
          db
          "config.rkt") ; load configuration file
 
-(define progname "update_proposals.rkt")
+(define progname "proposal_database.rkt")
 
 
 ; give us the date in YYYY-MM-DD format
@@ -24,7 +24,7 @@
 
 ; set up command line arguments
 (define mode (command-line
-              #:program "update_proposals"
+              #:program "proposal_database"
               #:once-each
               [("-s" "--start-date") sd "Start of date range (YYYY-MM-DD)"
                                      (start-date sd)]