summaryrefslogtreecommitdiff
path: root/mysys
diff options
context:
space:
mode:
authorStaale Smedseng <staale.smedseng@sun.com>2010-02-04 13:39:42 +0100
committerStaale Smedseng <staale.smedseng@sun.com>2010-02-04 13:39:42 +0100
commite3c1c83a16204f1966c68303ecb93973e6a025f2 (patch)
treef56b28506616abf6bbbf05aa5837b662288ae8f6 /mysys
parent21a6569952dfa8afb65e163197f9aec2f53eace8 (diff)
downloadmariadb-git-e3c1c83a16204f1966c68303ecb93973e6a025f2.tar.gz
Recommit of Bug#49447.
Diffstat (limited to 'mysys')
-rw-r--r--mysys/default.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/mysys/default.c b/mysys/default.c
index 4e9d4faae91..63f9445dbdc 100644
--- a/mysys/default.c
+++ b/mysys/default.c
@@ -995,10 +995,10 @@ void print_defaults(const char *conf_file, const char **groups)
}
}
puts("\nThe following options may be given as the first argument:\n\
---print-defaults Print the program argument list and exit\n\
---no-defaults Don't read default options from any options file\n\
---defaults-file=# Only read default options from the given file #\n\
---defaults-extra-file=# Read this file after the global files are read");
+--print-defaults Print the program argument list and exit.\n\
+--no-defaults Don't read default options from any option file.\n\
+--defaults-file=# Only read default options from the given file #.\n\
+--defaults-extra-file=# Read this file after the global files are read.");
}
#include <help_end.h>