diff options
-rw-r--r-- | libstore/storeread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstore/storeread.c b/libstore/storeread.c index b27d2059..96a0b8e1 100644 --- a/libstore/storeread.c +++ b/libstore/storeread.c @@ -14,7 +14,7 @@ struct argp_option options[] = { {0, 0} }; char *arg_doc = "FILE [ADDR [LENGTH]]..."; -char *doc = "ADDR is in blocks, and defaults to 0; LENGTH is in bytes, and defaults to the remainder of FILE."; +char *doc = "\vADDR is in blocks, and defaults to 0; LENGTH is in bytes, and defaults to the remainder of FILE."; int main (int argc, char **argv) |