diff options
Diffstat (limited to 'winsup/utils/ssp.c')
-rw-r--r-- | winsup/utils/ssp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/utils/ssp.c b/winsup/utils/ssp.c index 611c57a55..aadfa5cfe 100644 --- a/winsup/utils/ssp.c +++ b/winsup/utils/ssp.c @@ -648,6 +648,8 @@ usage (FILE * stream) { fprintf (stream , "" "Usage: %s [options] low_pc high_pc command...\n" + "Single-step profile COMMAND\n" + "\n" " -c, --console-trace trace every EIP value to the console. *Lots* slower.\n" " -d, --disable disable single-stepping by default; use\n" " OutputDebugString (\"ssp on\") to enable stepping\n" |