]> Sergey Matveev's repositories - mmc.git/blobdiff - doc/usage.texi
Short feature list
[mmc.git] / doc / usage.texi
index db261d64e7ce858c25bf1436a14d0521fa63d49a..9b26e01a5be3cc0d7312078a14258c74949a7d3c 100644 (file)
@@ -7,9 +7,7 @@
 compile Go programs in @file{cmd} subdirectory.
 
 @example
-for c (cmd/rd cmd/mmc cmd/sb cmd/ch-leave) @{
-    pushd $c ; go build -ldflags=-s ; popd
-@}
+for c (cmd/rd cmd/mmc cmd/sb cmd/ch-leave) @{ pushd $c ; go build ; popd @}
 @end example
 
 @item Create and change to the directory where the state will be kept.