diff options
author | Willy Tarreau <w@1wt.eu> | 2006-07-16 14:53:15 +0200 |
---|---|---|
committer | Willy Tarreau <willy@wtap.(none)> | 2006-07-26 10:48:54 +0200 |
commit | b40c5e6915a485f9a70113ddb19268fd1a538d2b (patch) | |
tree | c349555f8a529c2a4c8e5e8efce2079676d691a1 /scripts/flxsearch | |
parent | [RELEASE] flxutils-0.1.7 (diff) | |
download | flxutils-b40c5e6915a485f9a70113ddb19268fd1a538d2b.tar.xz |
[RELEASE] flxutils-0.1.8v0.1.8
Diffstat (limited to '')
-rwxr-xr-x | scripts/flxsearch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/flxsearch b/scripts/flxsearch index 55b3dec..41e435d 100755 --- a/scripts/flxsearch +++ b/scripts/flxsearch @@ -25,7 +25,7 @@ function choice { set -- ${choices[$i]} case $2 in l) type="lien vers ${10}" ;; -! d) type="repertoire" ;; + d) type="repertoire" ;; s) type="socket" ;; c|b) type="device" ;; *) |