diff options
Diffstat (limited to 'src/ctor.h')
-rw-r--r-- | src/ctor.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -122,10 +122,10 @@ enum class ld_opt enum class ar_opt { // gcc/clang - replace, // -r - add_index, // -s - create, // -c - output, // <arg> + replace, // -r + add_index, // -s + create, // -c + output, // <arg> custom, // entire option taken verbatim from <arg> }; |