Bug on pgAdmin III commit: Add a -V/--version CLI option? - Mailing list pgadmin-support

From José Pedro
Subject Bug on pgAdmin III commit: Add a -V/--version CLI option?
Date
Msg-id CAB5v9Yu+OOi-ec9sj0wK6P4fb_fcisNQvHbvsuSbOyUf7V2xrA@mail.gmail.com
Whole thread Raw
Responses Re: Bug on pgAdmin III commit: Add a -V/--version CLI option?
List pgadmin-support
Hi,

Was reading recent changes to pgAdmin, and this commit seems to have a minor bug:



On line 277:

 276         {wxCMD_LINE_SWITCH, "v", "version", _("show the version, and quit"), wxCMD_LINE_VAL_NONE},
 277         {wxCMD_LINE_SWITCH, "h", "help", _("show this help message, and quit"), wxCMD_LINE_VAL_NONE, wxCMD_LINE_OPTION_HELP },

On line 295

 294         {wxCMD_LINE_SWITCH, wxT("v"), wxT("version"), _("show the version, and quit"), wxCMD_LINE_VAL_NONE},
 295         {wxCMD_LINE_SWITCH, wxT("h"), wxT("help"), _("show the version, and quit"), wxCMD_LINE_VAL_NONE, wxCMD_LINE_OPTION_HELP },

Should't this line read "show this help message, and quit", like line 277 above?

Regards,
-jgp

pgadmin-support by date:

Previous
From: "Kanitchet Vaiassava"
Date:
Subject: Possible bug report (comment on database disappered on pgAdmin 1.16.1)
Next
From: Jeff Janes
Date:
Subject: using tab delimiter for csv format import