]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
doc cleanup
authorAndreas Jaeger <aj@suse.de>
Sat, 12 May 2001 15:43:40 +0000 (15:43 +0000)
committerBruce Korb <bkorb@gnu.org>
Sat, 12 May 2001 15:43:40 +0000 (15:43 +0000)
exe/ltopts.def

index 408331bea826dd3472825e7f489529cc6f464be5..00e153a0a839713b9ad304e3553c2ea94a68e91e 100644 (file)
@@ -66,14 +66,17 @@ flag = {
     name      = "finish";
     flag_code = '    SET_OPT_MODE("finish");';
     descrip   = "set mode to `finish'";
-    doc       = "This option is equivalent to ``--mode=finish''";
+    doc       = "This option is equivalent to `--mode=finish'";
 };
 
 flag = {
     name      = "fallback_echo";
     flag_code = '    SET_OPT_MODE("echo");';
-    descrip   = "set mode to echo";
-    doc       = "for when native `echo' is broken";
+    descrip   = "set mode to `echo'";
+    doc       = "This is used when native `echo' is broken.\n"
+                "This option is equivalent to `--mode=echo'.\n"
+                "Be sure to use `--' before the first argument you wish\n"
+                "to have echoed.";
 };
 
 flag = {