diff options
Diffstat (limited to 'trans/magic.c')
-rw-r--r-- | trans/magic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trans/magic.c b/trans/magic.c index 680e88e1..670b6f41 100644 --- a/trans/magic.c +++ b/trans/magic.c @@ -36,7 +36,7 @@ const char *argp_program_version = STANDARD_HURD_VERSION (magic); static char args_doc[] = "MAGIC"; -static char doc[] = "A translator that returns the magic retry result MAGIC"; +static char doc[] = "A translator that returns the magic retry result MAGIC."; static const struct argp_option options[] = { {"directory", 'd', 0, 0, "Provide virtual (empty) directory node"}, |