Changeset 3010 for box/trunk/bin


Ignore:
Timestamp:
08/10/2011 13:37:31 (8 months ago)
Author:
chris
Message:

Only advertise -E option if readline support is built in.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/bin/bbackupquery/bbackupquery.cpp

    r2983 r3010  
    7575#ifdef WIN32 
    7676                "  -u         Enable Unicode console, requires font change to Lucida Console\n" 
    77 #else // !WIN32 
     77#endif 
     78#ifdef HAVE_LIBREADLINE 
    7879                "  -E         Disable interactive command editing, may fix entering intl chars\n" 
    7980#endif 
Note: See TracChangeset for help on using the changeset viewer.