Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

102 lines
4.1KB

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <!-- Copyright (C) 1991-2020 Free Software Foundation, Inc.
  4. Permission is granted to copy, distribute and/or modify this document
  5. under the terms of the GNU Free Documentation License, Version 1.3
  6. or any later version published by the Free Software Foundation;
  7. with no Invariant Sections, with no Front-Cover Texts, and with no
  8. Back-Cover Texts. A copy of the license is included in the
  9. section entitled "GNU Free Documentation License".
  10. -->
  11. <!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
  12. <head>
  13. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  14. <title>Common Options (GNU Binary Utilities)</title>
  15. <meta name="description" content="Common Options (GNU Binary Utilities)">
  16. <meta name="keywords" content="Common Options (GNU Binary Utilities)">
  17. <meta name="resource-type" content="document">
  18. <meta name="distribution" content="global">
  19. <meta name="Generator" content="makeinfo">
  20. <link href="index.html#Top" rel="start" title="Top">
  21. <link href="Binutils-Index.html#Binutils-Index" rel="index" title="Binutils Index">
  22. <link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
  23. <link href="index.html#Top" rel="up" title="Top">
  24. <link href="Selecting-the-Target-System.html#Selecting-the-Target-System" rel="next" title="Selecting the Target System">
  25. <link href="elfedit.html#elfedit" rel="prev" title="elfedit">
  26. <style type="text/css">
  27. <!--
  28. a.summary-letter {text-decoration: none}
  29. blockquote.indentedblock {margin-right: 0em}
  30. blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
  31. blockquote.smallquotation {font-size: smaller}
  32. div.display {margin-left: 3.2em}
  33. div.example {margin-left: 3.2em}
  34. div.lisp {margin-left: 3.2em}
  35. div.smalldisplay {margin-left: 3.2em}
  36. div.smallexample {margin-left: 3.2em}
  37. div.smalllisp {margin-left: 3.2em}
  38. kbd {font-style: oblique}
  39. pre.display {font-family: inherit}
  40. pre.format {font-family: inherit}
  41. pre.menu-comment {font-family: serif}
  42. pre.menu-preformatted {font-family: serif}
  43. pre.smalldisplay {font-family: inherit; font-size: smaller}
  44. pre.smallexample {font-size: smaller}
  45. pre.smallformat {font-family: inherit; font-size: smaller}
  46. pre.smalllisp {font-size: smaller}
  47. span.nolinebreak {white-space: nowrap}
  48. span.roman {font-family: initial; font-weight: normal}
  49. span.sansserif {font-family: sans-serif; font-weight: normal}
  50. ul.no-bullet {list-style: none}
  51. -->
  52. </style>
  53. </head>
  54. <body lang="en">
  55. <a name="Common-Options"></a>
  56. <div class="header">
  57. <p>
  58. Next: <a href="Selecting-the-Target-System.html#Selecting-the-Target-System" accesskey="n" rel="next">Selecting the Target System</a>, Previous: <a href="elfedit.html#elfedit" accesskey="p" rel="prev">elfedit</a>, Up: <a href="index.html#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Binutils-Index.html#Binutils-Index" title="Index" rel="index">Index</a>]</p>
  59. </div>
  60. <hr>
  61. <a name="Common-Options-1"></a>
  62. <h2 class="chapter">16 Common Options</h2>
  63. <p>The following command-line options are supported by all of the
  64. programs described in this manual.
  65. </p>
  66. <dl compact="compact">
  67. <dt><code>@<var>file</var></code></dt>
  68. <dd><p>Read command-line options from <var>file</var>. The options read are
  69. inserted in place of the original @<var>file</var> option. If <var>file</var>
  70. does not exist, or cannot be read, then the option will be treated
  71. literally, and not removed.
  72. </p>
  73. <p>Options in <var>file</var> are separated by whitespace. A whitespace
  74. character may be included in an option by surrounding the entire
  75. option in either single or double quotes. Any character (including a
  76. backslash) may be included by prefixing the character to be included
  77. with a backslash. The <var>file</var> may itself contain additional
  78. @<var>file</var> options; any such options will be processed recursively.
  79. </p>
  80. </dd>
  81. <dt><code>--help</code></dt>
  82. <dd><p>Display the command-line options supported by the program.
  83. </p>
  84. </dd>
  85. <dt><code>--version</code></dt>
  86. <dd><p>Display the version number of the program.
  87. </p>
  88. </dd>
  89. </dl>
  90. </body>
  91. </html>