Changeset 2661
- Timestamp:
- 07/02/12 11:40:12 (12 months ago)
- Files:
-
- 1 modified
-
branches/pdns-3.1-maint/pdns/pdnssec.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/pdns-3.1-maint/pdns/pdnssec.cc
r2600 r2661 680 680 else if(cmds[0] == "remove-zone-key") { 681 681 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; 683 683 return 0; 684 684 }