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

Commit 75ada28

Browse files
committed
remove incorrect syntax usage info
1 parent 3495ea3 commit 75ada28

File tree

1 file changed

+1
-8
lines changed
  • packages/core/lib/commands/help

1 file changed

+1
-8
lines changed

packages/core/lib/commands/help/meta.js

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
1-
const OS = require("os");
2-
31
module.exports = {
42
command: "help",
53
description:
64
"List all commands or provide information about a specific command",
75
help: {
8-
usage:
9-
"truffle help [<command> [<subCommand>]]" +
10-
OS.EOL +
11-
" truffle --help [<command> [<subCommand>]]" +
12-
OS.EOL +
13-
" truffle [<command> [<subCommand>]] --help",
6+
usage: "truffle help [<command> [<subCommand>]]",
147
options: [
158
{
169
option: "<command>",

0 commit comments

Comments
 (0)