diff options
Diffstat (limited to 'trans/streamio.c')
-rw-r--r-- | trans/streamio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/trans/streamio.c b/trans/streamio.c index c1acc8a2..bc158e53 100644 --- a/trans/streamio.c +++ b/trans/streamio.c @@ -200,9 +200,9 @@ static struct argp_option options[] = }; static const char args_doc[] = "DEVICE"; -static const char doc[] = "Translator for stream devices"; +static const char doc[] = "Translator for stream devices."; -const char *argp_program_version = STANDARD_HURD_VERSION (streamdev); +const char *argp_program_version = STANDARD_HURD_VERSION (streamio); static char *stream_name; |