Loose-Info.com
Last Update 2020/10/24
TOP - 各種テスト - gcc - --help - --help={クラス|[^]修飾子}[,…] - 言語名 - BRIG

--help=BRIG
指定されたクラスおよび修飾子に合致するコマンドラインオプションの説明を、標準出力へ出力
指定クラス(言語名) BRIG : BRIGでサポートされているオプションを表示

テスト概要

コマンド「gcc --help=BRIG」の実行

実行環境

GCC-8.2.0
GNU C Library 2.28
GNU Binutils 2.31.1


コード例・出力内容中の表記

・実行例中の太字表記部分は、コマンドなどの入力された文字列を示します。
・「」や「...」の着色省略表記は、 実際のソースコードや出力内容などを省略加工した部分を示します。

動作テスト


実行結果
$ gcc --help=BRIG BRIGでサポートされているオプションを表示(言語名は大文字小文字区別なし) The following options are supported by the language BRIG: --dump Same as -d. Use the latter option instead. --dump= Same as -d. Use the latter option instead. --output= Same as -o. Use the latter option instead. -L This option lacks documentation. $