X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=scratchy.git;a=blobdiff_plain;f=scratchy.scm;fp=scratchy.scm;h=0bc9a6a93bbe1f2db30772cab34c217b6d54e76f;hp=df538b43a04cc8297389f2b2c78826ac56db6fa8;hb=3a078afdc53f4dcbb9e349f1561ea1f179e1d99c;hpb=c5e4ec439dd641681fe72c5d7712fbf20f1200f0 diff --git a/scratchy.scm b/scratchy.scm index df538b4..0bc9a6a 100644 --- a/scratchy.scm +++ b/scratchy.scm @@ -314,12 +314,12 @@ progname " -h/--help\n" progname " [-n/--no-footer] [-u/--user UID] [-g/--group GID] root-dir hostname [port]\n" "\n" - "The -n option tells the server to not display a directory footer." - "The -u and -g can be used to set the UID and GID of the process following" + "The -n option tells the server to not display a directory footer.\n" + "The -u and -g can be used to set the UID and GID of the process following\n" "the creation of the TCP port listener (which often requires root).")) (define (main) - (let* ((progname (car (argv))) + (let* ((progname (pathname-file (car (argv)))) (config (make-config '() '() 70 #t '() '()))) (if (null? (cdr (argv))) (print-usage progname)