Mercurial > pidgin
changeset 30603:db41f73ac3b6
Fix typoed short option for "force-online".
As best I can tell from the debian ticket, the issue was debugged by Nirgal VourgA"re.
Fixes #12745
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Wed, 13 Oct 2010 21:20:57 +0000 |
parents | c4d512212ae2 |
children | bc0bccdbc28f |
files | pidgin/gtkmain.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkmain.c Wed Oct 13 02:25:50 2010 +0000 +++ b/pidgin/gtkmain.c Wed Oct 13 21:20:57 2010 +0000 @@ -551,7 +551,7 @@ struct option long_options[] = { {"config", required_argument, NULL, 'c'}, {"debug", no_argument, NULL, 'd'}, - {"force-online", no_argument, NULL, 'd'}, + {"force-online", no_argument, NULL, 'f'}, {"help", no_argument, NULL, 'h'}, {"login", optional_argument, NULL, 'l'}, {"multiple", no_argument, NULL, 'm'},