diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/apps/projinfo.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/apps/projinfo.cpp b/src/apps/projinfo.cpp index 0ba1416e..10944984 100644 --- a/src/apps/projinfo.cpp +++ b/src/apps/projinfo.cpp @@ -1312,10 +1312,10 @@ int main(int argc, char **argv) { if (outputAll) { outputOpt.SQL = false; std::cerr << "WARNING: SQL output disable since " - "--output-id=AUTH:CODE has not been specified." + "--output-id AUTH:CODE has not been specified." << std::endl; } else { - std::cerr << "ERROR: --output-id=AUTH:CODE must be specified when " + std::cerr << "ERROR: --output-id AUTH:CODE must be specified when " "SQL output is enabled." << std::endl; std::exit(1); |
