Changeset bf5eeb2


Ignore:
Timestamp:
Jul 21, 2021, 1:55:41 PM (3 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
2ead704
Parents:
8f6f3729
Message:

update usage message for cc1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • driver/cc1.cc

    r8f6f3729 rbf5eeb2  
    1010// Created On       : Fri Aug 26 14:23:51 2005
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Wed Jul 14 15:42:08 2021
    13 // Update Count     : 418
     12// Last Modified On : Wed Jul 21 09:46:24 2021
     13// Update Count     : 419
    1414//
    1515
     
    587587                Stage2( argc, argv );
    588588        } else {
    589                 cerr << "Usage: " << argv[0] << " input-file [output-file] [options]" << endl;
     589                cerr << "Usage: " << argv[0] << " [-E input-file [output-file] ] | [-fpreprocessed input-file output-file] [options]" << endl;
    590590                exit( EXIT_FAILURE );
    591591        } // if
Note: See TracChangeset for help on using the changeset viewer.