puts_tr
puts_tr("\nSA attributes:");
puts_tr("update - Update an existing SA");
puts_tr("update-pair - Update an existing pair of SAs");
puts_tr("add - Add a new security association (SA)");
puts_tr("delete - Delete an SA");
puts_tr("delete-pair - Delete a pair of SAs");
puts_tr("get - Display an SA");
puts_tr("flush - Delete all SAs");
puts_tr("");
puts_tr("Optional arguments:");
puts_tr("all delete all SAs");
puts_tr("esp delete just ESP SAs");
puts_tr("ah delete just AH SAs");
puts_tr("<number> delete just SAs with type "
puts_tr("");
puts_tr("dump - Display all SAs");
puts_tr("");
puts_tr("Optional arguments:");
puts_tr("all display all SAs");
puts_tr("esp display just ESP SAs");
puts_tr("ah display just AH SAs");
puts_tr("<number> display just SAs with type "
puts_tr("");
puts_tr("monitor - Monitor all PF_KEY reply messages.");
puts_tr(
puts_tr(
puts_tr("quit, exit - Exit the program");
puts_tr("save - Saves all SAs to a file");
puts_tr("help - Display list of commands");
puts_tr("help <cmd> - Display help for command");
puts_tr("help attr - Display possible SA attributes");
puts_tr("");
puts_tr("The following commands are of the form:");
puts_tr(" <command> {SA type} {attribute value}*");
puts_tr("");
puts_tr("add (interactive only) - Add a new security association (SA)");
puts_tr("delete - Delete an SA");
puts_tr("get - Display an SA");
puts_tr("flush - Delete all SAs");
puts_tr("dump - Display all SAs");
puts_tr("save - Saves all SAs to a file");
puts_tr("Commands");
puts_tr("--------");
puts_tr("?, help - Display this list");
puts_tr("help <cmd> - Display help for command");
puts_tr("help attr - Display possible SA attributes");
puts_tr("quit, exit - Exit the program");
puts_tr("monitor - Monitor all PF_KEY reply messages.");
puts_tr("pmonitor, passive_monitor - Monitor PF_KEY messages that");
puts_tr(" reply to all PF_KEY sockets.");
puts_tr("");
puts_tr("The following commands are of the form:");
puts_tr(" <command> {SA type} {attribute value}*");
puts_tr("");
puts_tr("add (interactive only) - Add a new security association (SA)");
puts_tr("update (interactive only) - Update an existing SA");
puts_tr("update-pair (interactive only) - Update an existing SA pair");
puts_tr("delete - Delete an SA");
puts_tr("delete-pair - Delete an SA pair");
puts_tr("get - Display an SA");
puts_tr("flush - Delete all SAs");
puts_tr("dump - Display all SAs");
puts_tr("save - Saves all SAs to a file");