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

« back to all changes in this revision

Viewing changes to tools/symcryptrun.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:
201
201
      break;
202
202
    case 13: p = VERSION; break;
203
203
    case 17: p = PRINTABLE_OS_NAME; break;
204
 
    case 19: p = _("Please report bugs to <" PACKAGE_BUGREPORT ">.\n");
205
 
      break;
 
204
    case 19: p = _("Please report bugs to <@EMAIL@>.\n"); break;
 
205
 
206
206
    case 1:
207
207
    case 40: p = _("Usage: symcryptrun [options] (-h for help)");
208
208
      break;