aboutsummaryrefslogtreecommitdiff
path: root/flx/main.c
diff options
context:
space:
mode:
authorWilly Tarreau <w@1wt.eu>2006-07-16 14:53:40 +0200
committerWilly Tarreau <willy@wtap.(none)>2006-07-26 11:51:24 +0200
commit78e96be2b59ea39f4c9aba385c3e64324202f124 (patch)
treee4edf819b1d8f706148cf564d83f746fd4f8d18c /flx/main.c
parent[RELEASE] flxutils-0.1.23 (diff)
downloadflxutils-78e96be2b59ea39f4c9aba385c3e64324202f124.tar.xz
[RELEASE] flxutils-0.1.24v0.1.24
Diffstat (limited to 'flx/main.c')
-rw-r--r--flx/main.c15
1 files changed, 9 insertions, 6 deletions
diff --git a/flx/main.c b/flx/main.c
index dedfd73..7d82047 100644
--- a/flx/main.c
+++ b/flx/main.c
@@ -36,12 +36,15 @@ char *Progname = NULL;
t_param FLX_poptions[] = {
- { 0, NULL, 0xFFFF, 0, "sign -h|<options> input [...]
- sign data" },
- { 0, NULL, 0xFFFF, 0, "check -h|<options> src1 src2
- check difference between src1 and src2" },
- { 0, NULL, 0xFFFF, 0, "check -h|<options> src1 [...] , src2 [...]
- check difference between srcs1 and srcs2" },
+ { 0, NULL, 0xFFFF, 0,
+ "sign\t-h|<options> input [...]\n"
+ "\t\tsign data" },
+ { 0, NULL, 0xFFFF, 0,
+ "check\t-h|<options> src1 src2\n"
+ "\t\tcheck difference between src1 and src2" },
+ { 0, NULL, 0xFFFF, 0,
+ "check\t-h|<options> src1 [...] , src2 [...]\n"
+ "\t\tcheck difference between srcs1 and srcs2" },
{ 0, NULL, 0, 0}
};