change -s `raco link' flag to -l

This commit is contained in:
Matthew Flatt 2011-08-24 14:21:55 -06:00
parent 2dbaa45e1b
commit 96098e678c
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ Full command-line options:
@itemlist[ @itemlist[
@item{@Flag{s} or @DFlag{show} --- Shows the current link table. If @item{@Flag{l} or @DFlag{list} --- Shows the current link table. If
any other command-line arguments are provided that modify the any other command-line arguments are provided that modify the
link table, the table is shown after modifications. If no link table, the table is shown after modifications. If no
directory arguments are provided, and if none of @Flag{r}, directory arguments are provided, and if none of @Flag{r},

View File

@ -17,7 +17,7 @@
(command-line (command-line
#:program (short-program+command-name) #:program (short-program+command-name)
#:once-each #:once-each
[("-s" "--show") "Show the link table (after changes)" [("-l" "--list") "Show the link table (after changes)"
(show-mode #t)] (show-mode #t)]
[("-n" "--name") name "Set the collection name (for a single directory)" [("-n" "--name") name "Set the collection name (for a single directory)"
(link-name name)] (link-name name)]