diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-05-25 01:10:44 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-05-25 01:10:44 +0000 |
| commit | f992b34c7d4afe496f1391edfd33ea661211a670 (patch) | |
| tree | 5c6678c041fb7116e10623d179baa13a8a3f43ef /src | |
| parent | 73e2192c74f87e0ed9b80c50b0507b01cba745ce (diff) | |
use our version string
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cc b/src/main.cc index a0edb83f..946f5640 100644 --- a/src/main.cc +++ b/src/main.cc @@ -67,7 +67,7 @@ static void showHelp(int exitval) { " -rc <string>\t\t\tuse alternate resource file.\n" " -version\t\t\tdisplay version and exit.\n" " -help\t\t\t\tdisplay this help text and exit.\n\n"), - __blackbox_version); + __openbox_version); // some people have requested that we print out compile options // as well |
