mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-08 02:17:07 +08:00
param : fix shell handler instructions (#4716)
This commit is contained in:
committed by
Lorenz Meier
parent
ec620ecc14
commit
69976caca9
@@ -209,7 +209,7 @@ param_main(int argc, char *argv[])
|
||||
}
|
||||
}
|
||||
|
||||
warnx("expected a command, try 'load', 'import', 'show', 'set', 'compare',\n'index', 'index_used', 'select' or 'save'");
|
||||
warnx("expected a command, try 'load', 'import', 'show', 'set', 'compare',\n'index', 'index_used', 'greater', 'select', 'save', or 'reset' ");
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user