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

--help=separate
指定されたクラスおよび修飾子に合致するコマンドラインオプションの説明を、標準出力へ出力
指定可能な修飾子 separate : オプション文字列の後に別の単語として現れる引数を取るオプションを表示

テスト概要

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

実行環境

GCC-8.2.0
GNU C Library 2.28
GNU Binutils 2.31.1


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

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

動作テスト


実行結果
$ gcc --help=separate オプション文字列の後に別の単語として現れる引数を取るオプションを表示 The following options take separate arguments: --assert Same as -A. Use the latter option instead. --define-macro Same as -D. Use the latter option instead. --dump Same as -d. Use the latter option instead. --dumpbase Same as -dumpbase. Use the latter option instead. --dumpdir Same as -dumpdir. Use the latter option instead. --imacros Same as -imacros. Use the latter option instead. -iquote <dir> Add <dir> to the end of the quote include path. -isysroot <dir> Set <dir> to be the system root directory. -isystem <dir> Add <dir> to the start of the system include path. -iwithprefix <dir> Add <dir> to the end of the system include path. -iwithprefixbefore <dir> Add <dir> to the end of the main include path. -o <file> Place output into <file>. $