~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/internal/default.cc

MergeĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
944
944
    }
945
945
  }
946
946
  puts("\nThe following options may be given as the first argument:\n\
947
 
--print-defaults        Print the program argument list and exit\n\
948
 
--no-defaults           Don't read default options from any options file\n\
949
 
--defaults-file=#       Only read default options from the given file #\n\
950
 
--defaults-extra-file=# Read this file after the global files are read");
 
947
  --print-defaults      Print the program argument list and exit\n\
 
948
  --no-defaults         Don't read default options from any options file\n\
 
949
  --defaults-file=#     Only read default options from the given file #\n\
 
950
  --defaults-extra-file=# Read this file after the global files are read");
951
951
}
952
952
 
953
953
/*