From 1ceaf399c7244fcc37a4cee33f944047b13ba0f2 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Thu, 20 Feb 1997 02:41:21 +0000 Subject: (doc): Make doc string come after options. --- libstore/storeread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3