diff options
| author | Mark Wielaard <[email protected]> | 2017-09-01 12:42:45 +0200 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2017-09-15 13:12:23 +0200 |
| commit | 2a9dc514e5d35934589d06a12c12da29ccde72ea (patch) | |
| tree | 4a43f194ba5fd91acba452e99408ec41462055f3 /src/unstrip.c | |
| parent | 760925bc7b43814d30ee4e0396709fe8a3f66cd6 (diff) | |
Internationalized messages should not contain the '\v' escape sequence.
Replace horizontal tab '\v' with double line feed '\n\n' in doc strings.
Regenerate .po files.
Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'src/unstrip.c')
| -rw-r--r-- | src/unstrip.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/unstrip.c b/src/unstrip.c index 50749093..f368e696 100644 --- a/src/unstrip.c +++ b/src/unstrip.c @@ -2383,7 +2383,8 @@ main (int argc, char **argv) .children = argp_children, .args_doc = N_("STRIPPED-FILE DEBUG-FILE\n[MODULE...]"), .doc = N_("\ -Combine stripped files with separate symbols and debug information.\v\ +Combine stripped files with separate symbols and debug information.\n\ +\n\ The first form puts the result in DEBUG-FILE if -o was not given.\n\ \n\ MODULE arguments give file name patterns matching modules to process.\n\ |
