commit | b38ac3fbb1098b15a4e9f58d468ae7a2e70fd87b | [log] [tgz] |
---|---|---|
author | Carl Karsten <CFKarsten@gmail.com> | Sun Apr 06 10:06:35 2014 -0500 |
committer | Pete Batard <pete@akeo.ie> | Mon Apr 07 22:00:19 2014 +0100 |
tree | ec06fe7ba04a4935a5824f9541ef3b06899ee851 | |
parent | 25e82765978bef1189cb810d454165f76451a4bf [diff] [blame] |
examples: fix incorrect error message in fxload * Closes #3
diff --git a/examples/fxload.c b/examples/fxload.c index 9f0d554..f1d973b 100644 --- a/examples/fxload.c +++ b/examples/fxload.c
@@ -147,7 +147,7 @@ return print_usage(-1); } if ((device_id != NULL) && (device_path != NULL)) { - logerror("only one of -d or -a can be specified\n"); + logerror("only one of -d or -p can be specified\n"); return print_usage(-1); }