Changeset 2661

Show
Ignore:
Timestamp:
07/02/12 11:40:12 (12 months ago)
Author:
peter
Message:

Fix missing newline, reported by Job Snijders. (r2646)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/pdns-3.1-maint/pdns/pdnssec.cc

    r2600 r2661  
    680680  else if(cmds[0] == "remove-zone-key") { 
    681681    if(cmds.size() < 3) { 
    682       cerr<<"Syntax: pdnssec remove-zone-key ZONE KEY-ID"; 
     682      cerr<<"Syntax: pdnssec remove-zone-key ZONE KEY-ID"<<endl; 
    683683      return 0; 
    684684    }