summaryrefslogtreecommitdiff
path: root/ztcfg.c
diff options
context:
space:
mode:
Diffstat (limited to 'ztcfg.c')
-rwxr-xr-xztcfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ztcfg.c b/ztcfg.c
index 8005c3f..b85cd56 100755
--- a/ztcfg.c
+++ b/ztcfg.c
@@ -681,7 +681,7 @@ int main(int argc, char *argv[])
char *key, *value;
int x,found;
int fd;
- while((c = getopt(argc, argv, "hc:vs")) != -1) {
+ while((c = getopt(argc, argv, "thc:vs")) != -1) {
switch(c) {
case 'c':
filename=optarg;