1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
Description: fix minus signs in options.
Author: Al Nikolov <clown@debian.org>
Last-Updated: 2011-08-27
--- a/src/microdc2.1
+++ b/src/microdc2.1
@@ -54,7 +54,7 @@
.TP
\fB~/.microdc/config\fR
This file is loaded on startup. It contains commands, one per line, that will be executed
-on startup. You can override loading of this file with --config and --no-config.
+on startup. You can override loading of this file with \-\-config and \-\-no-config.
.TP
\fB~/.microdc/history\fR
This is the command history file. It contains a list of commands that were typed and
|