backends/jny: Fix help text

Text now matches functionality.
This commit is contained in:
Krystine Sherwin 2024-11-20 09:42:47 +13:00
parent ed3ed25ae0
commit d1e6de35c3
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -412,7 +412,7 @@ struct JnyBackend : public Backend {
void help() override {
// |---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|
log("\n");
log(" jny [options] [selection]\n");
log(" write_jny [options] [filename]\n");
log("\n");
log("Write JSON netlist metadata for the current design\n");
log("\n");
@ -484,7 +484,7 @@ struct JnyPass : public Pass {
log("\n");
log(" jny [options] [selection]\n");
log("\n");
log("Write JSON netlist metadata for the current design\n");
log("Write JSON netlist metadata for all selected objects\n");
log("\n");
log(" -o <filename>\n");
log(" write to the specified file.\n");