summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/fxload.c2
1 files changed, 1 insertions, 1 deletions
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 @@ int main(int argc, char*argv[])
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);
}