diff options
Diffstat (limited to 'src/wanda/wandad.cpp')
| -rw-r--r-- | src/wanda/wandad.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wanda/wandad.cpp b/src/wanda/wandad.cpp index d2a5378..8579a83 100644 --- a/src/wanda/wandad.cpp +++ b/src/wanda/wandad.cpp @@ -51,7 +51,7 @@ namespace if (!result) { error << "Error while processing command line arguments: " - << result.errorMessage() + << result.message() << '\n' << parser << '\n'; |
