summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/bbackupquery/bbackupquery.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/bbackupquery/bbackupquery.cpp b/bin/bbackupquery/bbackupquery.cpp
index a89fba5f..3d73093f 100644
--- a/bin/bbackupquery/bbackupquery.cpp
+++ b/bin/bbackupquery/bbackupquery.cpp
@@ -74,7 +74,8 @@ void PrintUsageAndExit()
" -w Read/write mode, allow changes to store\n"
#ifdef WIN32
" -u Enable Unicode console, requires font change to Lucida Console\n"
-#else // !WIN32
+#endif
+#ifdef HAVE_LIBREADLINE
" -E Disable interactive command editing, may fix entering intl chars\n"
#endif
" -c <file> Use the specified configuration file. If -c is omitted, the last\n"