Skip to content

Commit

Permalink
Fix error text to: unrecognised command
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee authored and bkueng committed Feb 13, 2019
1 parent 1aaf342 commit 3a34209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drivers/distance_sensor/tfmini/tfmini.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,7 @@ tfmini_main(int argc, char *argv[])
}

out_error:
PX4_ERR("unrecognized command: try 'start', 'test', or 'info'");
PX4_ERR("unrecognized command");
tfmini::usage();
return -1;
}

0 comments on commit 3a34209

Please sign in to comment.