diff options
| author | Roland McGrath <[email protected]> | 2006-07-12 20:04:34 +0000 |
|---|---|---|
| committer | Roland McGrath <[email protected]> | 2006-07-12 20:04:34 +0000 |
| commit | 47fd77e7bf5a3df32da9f05d6cbdd9d821edee90 (patch) | |
| tree | f169aca99f3a83008f42d59ee45c83fa83b27354 /src | |
| parent | dcf6160602985e6eb70c96c6546ed9614a414d98 (diff) | |
Rejigger botcho brancho.
Diffstat (limited to 'src')
| -rw-r--r-- | src/addr2line.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/addr2line.c b/src/addr2line.c index e2ea4b4d..1229ce48 100644 --- a/src/addr2line.c +++ b/src/addr2line.c @@ -64,7 +64,7 @@ static const struct argp_option options[] = { NULL, 0, NULL, 0, N_("Output Selection:"), 0 }, { "basenames", 's', NULL, 0, N_("Show only base names of source files"), 0 }, { "absolute", 'A', NULL, 0, - N_("Show absolute directory names of source files"), 0 }, + N_("Show absolute file names using compilation directory"), 0 }, { "functions", 'f', NULL, 0, N_("Also show function names"), 0 }, { NULL, 0, NULL, 0, N_("Miscellaneous:"), 0 }, |
