summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorRainer Schuetze <r.sagitario@gmx.de>2019-01-24 06:44:20 (GMT)
committerRainer Schuetze <r.sagitario@gmx.de>2019-01-24 06:44:20 (GMT)
commit48ccc018440aa0c177f717c653e75c58feb66cc3 (patch)
treed93e5c19dd767c1371194ccae66a0418e9a68870 /src/main.cpp
parent2b77ae5cbccedc66694c2a6a43a5f608f16f862a (diff)
downloadcv2pdb-48ccc018440aa0c177f717c653e75c58feb66cc3.zip
cv2pdb-48ccc018440aa0c177f717c653e75c58feb66cc3.tar.gz
cv2pdb-48ccc018440aa0c177f717c653e75c58feb66cc3.tar.bz2
update README with existing options
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 608f197..ced7aac 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -156,7 +156,7 @@ int T_main(int argc, TCHAR* argv[])
printf("License for redistribution is given by the Artistic License 2.0\n");
printf("see file LICENSE for further details\n");
printf("\n");
- printf("usage: " SARG " [-Dversion|-C|-n|-e|-sC|-pembedded-pdb] <exe-file> [new-exe-file] [pdb-file]\n", argv[0]);
+ printf("usage: " SARG " [-D<version>|-C|-n|-e|-s<C>|-p<embedded-pdb>] <exe-file> [new-exe-file] [pdb-file]\n", argv[0]);
return -1;
}