diff options
author | Werner Almesberger <werner@almesberger.net> | 2016-10-18 20:21:16 -0300 |
---|---|---|
committer | Werner Almesberger <werner@almesberger.net> | 2016-10-18 20:21:16 -0300 |
commit | 0a39970814b96f8eb9536e6404249a8f0a3b05e7 (patch) | |
tree | 93c7e216d5f03f43b1b6c3c8b67c2335442f5589 | |
parent | 3f52df35b46b43257254f7c5730f316206ce2e77 (diff) | |
download | eeshow-0a39970814b96f8eb9536e6404249a8f0a3b05e7.tar.gz eeshow-0a39970814b96f8eb9536e6404249a8f0a3b05e7.tar.bz2 eeshow-0a39970814b96f8eb9536e6404249a8f0a3b05e7.zip |
main/eeshow.c (usage): mark -d as experimental
-rw-r--r-- | main/eeshow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/eeshow.c b/main/eeshow.c index e3a2038..ec072b6 100644 --- a/main/eeshow.c +++ b/main/eeshow.c @@ -46,7 +46,7 @@ void usage(const char *name) "\n" " -1 show only one sheet - do not recurse into sub-sheets\n" " -d file.doc_db\n" -" load documentation database file\n" +" load documentation database file (experimental)\n" " -v increase verbosity of diagnostic output\n" " -E shell_command ...\n" " execute the specified shell command when the GUI is ready.\n" |