Fix the help too due to week unit.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Wed, 4 Jul 2007 13:58:18 +0000 (13:58 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Wed, 4 Jul 2007 13:58:18 +0000 (13:58 +0000)
org.glite.lb.client/src/purge.c

index d767e07..2b2a4cc 100644 (file)
@@ -330,7 +330,7 @@ static int get_timeout(const char *arg, int *timeout)
                                case 'h': t *= 3600; break; // 60*60
                                case 'm': t *= 60; break;
                                case 's': break;
-                               default: fprintf(stderr,"Allowed time units are s,m,h,d\n");
+                               default: fprintf(stderr,"Allowed time units are s,m,h,d,w\n");
                                        return -1;
                        }
                }