~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/archive/archive_reader.cc

  • Committer: Monty Taylor
  • Date: 2010-08-02 18:35:08 UTC
  • mto: (1680.2.4 build)
  • mto: This revision was merged to the branch mainline in revision 1682.
  • Revision ID: mordred@inaugust.com-20100802183508-05993aozm52kae21
Removed inltool-update string warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 */
20
20
 
21
21
#include "config.h"
22
 
#include CSTDINT_H
23
22
#include <iostream>
24
23
#include <string>
25
24
using namespace std;
111
110
  {
112
111
    printf("%s  Ver %s, for %s-%s (%s)\n", internal::my_progname, SHOW_VERSION,
113
112
        HOST_VENDOR, HOST_OS, HOST_CPU);
114
 
    puts("This software comes with ABSOLUTELY NO WARRANTY. This is free software,\
115
 
       \nand you are welcome to modify and redistribute it under the GPL \
116
 
       license\n");
 
113
    puts("This software comes with ABSOLUTELY NO WARRANTY. This is free "
 
114
         "software,\n"
 
115
         "and you are welcome to modify and redistribute it under the GPL "
 
116
         "license\n");
117
117
    puts("Read and modify Archive files directly\n");
118
118
    printf("Usage: %s [OPTIONS] file_to_be_looked_at [file_for_backup]\n", internal::my_progname);
119
119
    internal::print_defaults("drizzle", load_default_groups);