diff options
author | Guido Günther <agx@sigxcpu.org> | 2011-05-07 14:52:04 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2011-05-07 14:52:04 +0200 |
commit | bab0f5c2b3d17153167fa557f9557ffd96987b99 (patch) | |
tree | 772ca5c43751f75e3f126e924894ae70b6be426f /src/ka-dialog.c | |
parent | watch: look for bz2 files (diff) | |
parent | New upstream version 3.0.1 (diff) | |
download | krb5-auth-dialog-bab0f5c2b3d17153167fa557f9557ffd96987b99.tar.gz krb5-auth-dialog-bab0f5c2b3d17153167fa557f9557ffd96987b99.tar.bz2 krb5-auth-dialog-bab0f5c2b3d17153167fa557f9557ffd96987b99.zip |
Merge commit 'upstream/3.0.1'
Diffstat (limited to 'src/ka-dialog.c')
-rw-r--r-- | src/ka-dialog.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/ka-dialog.c b/src/ka-dialog.c index 5bc8678..fffd2fd 100644 --- a/src/ka-dialog.c +++ b/src/ka-dialog.c @@ -1076,7 +1076,7 @@ main (int argc, char *argv[]) GOptionContext *context; GError *error = NULL; - gboolean run_auto = FALSE, run_always = FALSE; + gboolean run_auto = FALSE; const char *help_msg = "Run '" PACKAGE @@ -1084,9 +1084,6 @@ main (int argc, char *argv[]) const GOptionEntry options[] = { {"auto", 'a', 0, G_OPTION_ARG_NONE, &run_auto, "Only run if an initialized ccache is found", NULL}, - /* accepted for compatibility only */ - {"always", 'A', 0, G_OPTION_ARG_NONE, &run_always, - "Always run (default)", NULL}, {NULL, 0, 0, G_OPTION_ARG_NONE, NULL, NULL, NULL} }; GFileMonitor *monitor = NULL; |