projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ab2202
)
Fix a silly bug so it compiles up properly
author
Eric Andersen
<andersen@codepoet.org>
Mon, 21 Aug 2000 23:29:45 +0000
(23:29 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Mon, 21 Aug 2000 23:29:45 +0000
(23:29 -0000)
-Erik
docs/busybox.pod
patch
|
blob
|
history
diff --git
a/docs/busybox.pod
b/docs/busybox.pod
index a2d4e02bd92177f84302f186c780677138518ae6..e68b41b68c09986abb9193e1ad4148f952c60dca 100644
(file)
--- a/
docs/busybox.pod
+++ b/
docs/busybox.pod
@@
-633,6
+633,7
@@
Options:
-u, --unqote Do not quote the output\n"
Example:
+
$ cat getopt.test
#!/bin/sh
GETOPT=`getopt -o ab:c:: --long a-long,b-long:,c-long:: \
@@
-2107,4
+2108,4
@@
Enrique Zanardi <ezanardi@ull.es>
=cut
-# $Id: busybox.pod,v 1.6
3 2000/08/21 22:46:33
andersen Exp $
+# $Id: busybox.pod,v 1.6
4 2000/08/21 23:29:45
andersen Exp $