Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
remove incorrect syntax usage info
Browse files Browse the repository at this point in the history
  • Loading branch information
lsqproduction committed Jan 10, 2023
1 parent 3495ea3 commit 75ada28
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions packages/core/lib/commands/help/meta.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
const OS = require("os");

module.exports = {
command: "help",
description:
"List all commands or provide information about a specific command",
help: {
usage:
"truffle help [<command> [<subCommand>]]" +
OS.EOL +
" truffle --help [<command> [<subCommand>]]" +
OS.EOL +
" truffle [<command> [<subCommand>]] --help",
usage: "truffle help [<command> [<subCommand>]]",
options: [
{
option: "<command>",
Expand Down

0 comments on commit 75ada28

Please sign in to comment.