git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62b0cc0
)
Fix the help too due to week unit.
author
František Dvořák
<valtri@civ.zcu.cz>
Wed, 4 Jul 2007 13:58:18 +0000
(13:58 +0000)
committer
Františ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
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.client/src/purge.c
b/org.glite.lb.client/src/purge.c
index
d767e07
..
2b2a4cc
100644
(file)
--- a/
org.glite.lb.client/src/purge.c
+++ b/
org.glite.lb.client/src/purge.c
@@
-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;
}
}