Skip to content

Commit

Permalink
QSocCliWorker: Simplify 'remove' subcommand description
Browse files Browse the repository at this point in the history
- Shortened the description for the 'remove' subcommand in
  parseModuleImport() to match the length of the 'import'
  description for better consistency and readability.
- Adjusted wording to keep it concise while maintaining
  clarity of the command's functionality.

Signed-off-by: Huang Rui <vowstar@gmail.com>
  • Loading branch information
vowstar committed Nov 19, 2023
1 parent 0f5bdd3 commit 64e5dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/qsoccliparsemodule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ bool QSocCliWorker::parseModule(const QStringList &appArguments)
QCoreApplication::translate(
"main",
"import Import Verilog modules into module libraries.\n"
"remove Remove selected modules from specified libraries.\n"
"remove Remove modules from specified libraries.\n"
"list List all modules within designated libraries.\n"
"show Show detailed information on a chosen module."),
"module <subcommand> [subcommand options]");
Expand Down

0 comments on commit 64e5dfd

Please sign in to comment.