commit | e4c4d69c0488f554bc2dbb8cd1ea7deff0da3214 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Mon Aug 21 23:29:45 2000 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Mon Aug 21 23:29:45 2000 +0000 |
tree | 1271cf71d79282c3332cefa9c382936f3b29d183 | |
parent | 6ab22027d09a4038a89dd3d6d003a66a5490b818 [diff] |
Fix a silly bug so it compiles up properly -Erik
diff --git a/docs/busybox.pod b/docs/busybox.pod index a2d4e02..e68b41b 100644 --- a/docs/busybox.pod +++ b/docs/busybox.pod
@@ -633,6 +633,7 @@ -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 @@ =cut -# $Id: busybox.pod,v 1.63 2000/08/21 22:46:33 andersen Exp $ +# $Id: busybox.pod,v 1.64 2000/08/21 23:29:45 andersen Exp $