aboutsummaryrefslogtreecommitdiff
path: root/float2rat.c
diff options
context:
space:
mode:
Diffstat (limited to 'float2rat.c')
-rw-r--r--float2rat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/float2rat.c b/float2rat.c
index af171e1..f6bc999 100644
--- a/float2rat.c
+++ b/float2rat.c
@@ -29,7 +29,7 @@ main(argc,argv)
char buf[BUFSIZ];
- CHECK_HELP;
+ process_args(argc,argv,DOCSTRING);
while ( fgets(buf,BUFSIZ,stdin) !=NULL )
{