このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
登録
サインイン
SisMaker
/
rebar3
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
プロジェクト
0
リリース
62
Wiki
アクティビティ
ソースを参照
Use correctly escaped pipes in usage message
pull/3/head
Francis Joanis
13年前
committed by
Tuncer Ayaz
親
6f85854414
コミット
47716a7ed8
1個のファイルの変更
、
1行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-1
priv/templates/simplenode.windows.runner.cmd
+ 1
- 1
priv/templates/simplenode.windows.runner.cmd
ファイルの表示
@ -35,7 +35,7 @@
@
echo
Unknown command:
"
%1
"
:
usage
@
echo
Usage:
%~n0
{install,uninstall,start,stop,restart,console,query,attach,upgrade}
@
echo
Usage:
%~n0
[install
^|
uninstall
^|
start
^|
stop
^|
restart
^|
console
^|
query
^|
attach
^|
upgrade]
@
goto
:
EOF
:
install
書き込み
プレビュー
読み込み中…
キャンセル
保存