Eli Cohen wrote:
Hi Lorenzo,
I have just tried 2.19rc but it does not seem to solve my problem.
Here is the file used:
package "rxc"
version "0.1"
args "--file-name=ccmdline --unamed-opts="<host> <command>"
purpose "this is a client for the remote execute package"
option "port" p "tcp port number" short typestr="port number" no
I still can't get rid of the square brackets and the elipsis...
Hi Eli
you should use the "usage" string in the .ggo file:
package "rxc"
version "0.1"
usage "rxc [OPTIONS]... <host> <command>"
args "--file-name=ccmdline"
purpose "this is a client for the remote execute package"
option "port" p "tcp port number" short typestr="port number" no
This should give you the output you want.
--
+-----------------------------------------------------+
| Lorenzo Bettini ICQ# lbetto, 16080134 |
| PhD in Computer Science, DSI, Univ. di Firenze |
| Florence - Italy (GNU/Linux User # 158233) |
| http://www.lorenzobettini.it |
| http://tronprog.blogspot.com BLOG |
| http://www.purplesucker.com Deep Purple Cover Band |
| http://www.gnu.org/software/src-highlite |
| http://www.gnu.org/software/gengetopt |
| http://www.lorenzobettini.it/software/gengen |
| http://www.lorenzobettini.it/software/doublecpp |
+-----------------------------------------------------+
_______________________________________________
Help-gengetopt mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gengetopt