diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cc b/src/main.cc index ce93186..049b16a 100644 --- a/src/main.cc +++ b/src/main.cc | |||
@@ -83,6 +83,7 @@ void showInfo(ostream &ostr) { | |||
83 | 83 | ||
84 | ostr<<_FBTEXT(Common, DefaultKeyFile, " keys", "default key file (right aligned - make sure same width as other default values)")<<": "<<DEFAULTKEYSFILE<<endl; | 84 | ostr<<_FBTEXT(Common, DefaultKeyFile, " keys", "default key file (right aligned - make sure same width as other default values)")<<": "<<DEFAULTKEYSFILE<<endl; |
85 | ostr<<_FBTEXT(Common, DefaultInitFile, " init", "default init file (right aligned - make sure same width as other default values)")<<": "<<DEFAULT_INITFILE<<endl; | 85 | ostr<<_FBTEXT(Common, DefaultInitFile, " init", "default init file (right aligned - make sure same width as other default values)")<<": "<<DEFAULT_INITFILE<<endl; |
86 | // TODO: FIXME: print LOCALEPATH too | ||
86 | 87 | ||
87 | const char NOT[] = "-"; | 88 | const char NOT[] = "-"; |
88 | ostr<<endl<< | 89 | ostr<<endl<< |