~ubuntu-branches/ubuntu/precise/cpmtools/precise

« back to all changes in this revision

Viewing changes to fsed.cpm.c

  • Committer: Bazaar Package Importer
  • Author(s): Bdale Garbee
  • Date: 2010-03-15 16:08:30 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20100315160830-0nxj4fax481mams0
Tags: 2.12-1
new upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
175
175
  /*}}}*/
176
176
 
177
177
  /* parse options */ /*{{{*/
178
 
  while ((c=getopt(argc,argv,"f:h?"))!=EOF) switch(c)
 
178
  while ((c=getopt(argc,argv,"T:f:h?"))!=EOF) switch(c)
179
179
  {
180
180
    case 'f': format=optarg; break;
181
181
    case 'T': devopts=optarg; break;