~ubuntu-branches/ubuntu/raring/gnupg2/raring-proposed

« back to all changes in this revision

Viewing changes to agent/protect-tool.c

  • Committer: Bazaar Package Importer
  • Author(s): Eric Dorland
  • Date: 2009-09-07 20:38:23 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20090907203823-d7hsk7lnfqoc4yom
Tags: 2.0.13-1
* New upstream release.
* debian/control: Depend instead of Recommend gnupg-agent. (Closes:
  #538947)

Show diffs side-by-side

added added

removed removed

Lines of Context:
157
157
      break;
158
158
    case 13: p = VERSION; break;
159
159
    case 17: p = PRINTABLE_OS_NAME; break;
160
 
    case 19: p = _("Please report bugs to <" PACKAGE_BUGREPORT ">.\n");
161
 
      break;
 
160
    case 19: p = _("Please report bugs to <@EMAIL@>.\n"); break;
 
161
 
162
162
    case 1:
163
163
    case 40: p =  _("Usage: gpg-protect-tool [options] (-h for help)\n");
164
164
      break;
1086
1086
                                opt.verbose,
1087
1087
                                opt_homedir,
1088
1088
                                opt_agent_program,
1089
 
                                NULL, NULL, NULL, NULL, NULL, NULL, NULL);
 
1089
                                NULL, NULL, NULL);
1090
1090
 
1091
1091
  if (opt_prompt)
1092
1092
    opt_prompt = percent_plus_unescape (opt_prompt, 0);