summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--recordmydesktop/src/parseargs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/recordmydesktop/src/parseargs.c b/recordmydesktop/src/parseargs.c
index cc64fc2..ac75945 100644
--- a/recordmydesktop/src/parseargs.c
+++ b/recordmydesktop/src/parseargs.c
@@ -341,12 +341,12 @@ int ParseArgs(int argc,char **argv,ProgArgs *arg_return){
if((num>0)&&(num<100))
arg_return->shared_thres=num;
else{
- fprintf(stderr,"Argument Usage: --shared-threshold N(0<number<100)\n");
+ fprintf(stderr,"Argument Usage: -shared-threshold N(0<number<100)\n");
return 1;
}
}
else{
- fprintf(stderr,"Argument Usage: -channels N(number>0)\n");
+ fprintf(stderr,"Argument Usage: -shared-threshold N(0<number<100)\n");
return 1;
}
i++;
© All Rights Reserved